How do I convert Python3 code from SoloLearn to my computer's Python3.8? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

23rd Oct 2019, 8:57 AM
Cryp1x
2 Answers
+ 1
I think the error is about indentation. If the error was IndentationError, then try to rewrite each indent.
23rd Oct 2019, 9:16 AM
Seb TheS
Seb TheS - avatar
0
Can you share your code and the error message ?
23rd Oct 2019, 10:22 AM
Aymane Boukrouh
Aymane Boukrouh - avatar