0
How do I convert Python3 code from SoloLearn to my computer's Python3.8?
I wanted to try out Python3 on my computer so I tried my simple calculator code on it. I was only at the start when it just gave me error messages when I typed the same exact code from Sololearn. I even added backlashes to start on a new line but it dosen't work. What do I change in my coding to convert it on my computer.
2 Answers
+ 1
I think the error is about indentation.
If the error was IndentationError, then try to rewrite each indent.
0
Can you share your code and the error message ?