Repl.it broken
I copy pasted code from another IDE, and it threw inconsistent use of tabs and spaces (python), which is expected. However, I changed all the spaces to tabs, and I keep getting the error. Fix?
JoshuaGottfried
All of the comments are helpful but they are forgetting one thing... Never copy paste a lot of code
Coder100
haha lol but a beginner sometimes has to
@JoshuaGottfriedPattanAhmed
@LeakyLobster Hi,
Can you link your code here by editing your question and adding one of the Repls that is throwing this error?.
So that we can look into your problem more realistic than our illusionary minds.
Hope this helps
Please mark my answer if this helps.
Can you link your code here by editing your question and adding one of the Repls that is throwing this error?.
So that we can look into your problem more realistic than our illusionary minds.
Hope this helps
Please mark my answer if this helps.
Scoder12
Try pressing control+a, then tab, then shift tab.
SushiPython
Can you link the repl?
Hi!
This is a tab:
This is a space:
As you can see, they are hard to tell apart.
Anyways, in your case:
Hit
Ctrl/Cmd+A
Hit
Tab
Hit
Shift+Tab
Basically the editor tabs everything and then untabs it again, so any
tabs
get converted to spaces.The second option:

Hit
Ctrl+F
Inside here:
paste
Click the triangle:

Inside the second input, put in 2 spaces or however many spaces your program needs.
Then click replace all.
Do tab then shift tab
oh yeah
@CodingCactusguess I'm to javascript for ya
@CodingCactusawesome!
@LeakyLobster