Turtle Race on Python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Turtle Race on Python

2 days ago I started learning Python, I only know the basics of C which is helping me learning Python. I started writing codes of Python for a turtle race from a site because I believe in this way I can learn faster. But the problem is, codes are unable to be executed. I am receiving too many errors here, however, I am not getting any error while I run same codes online. I have set the command line into python but still I am not able to run turtle codes here, why? Thank You !!!

3rd Jun 2018, 1:35 PM
Gaurav Zaiswal
Gaurav Zaiswal - avatar
8 Answers
+ 6
Turtle and other graphical modules are not supported in sololearn non web compiler so that's why you found errors the compiler is work good for console application
3rd Jun 2018, 1:44 PM
GAWEN STEASY
GAWEN STEASY - avatar
+ 1
GAWEN STEASY but I have seen many graphical games here....
3rd Jun 2018, 1:51 PM
Gaurav Zaiswal
Gaurav Zaiswal - avatar
+ 1
ifl yeah they are not in Python..... It means each language uses their own graphical module?
3rd Jun 2018, 1:55 PM
Gaurav Zaiswal
Gaurav Zaiswal - avatar
+ 1
Gaurav Zaiswal HTML CSS JAVASCRIPT doesn't need any graphical module..... you can create what you need in Web langs
3rd Jun 2018, 3:18 PM
Hemath Kumar
Hemath Kumar - avatar
+ 1
Hemath Kumar Thank you bro for sharing this info..
3rd Jun 2018, 4:31 PM
Gaurav Zaiswal
Gaurav Zaiswal - avatar
0
seems you can't import libraries On sololearn. which is a shame. I a. using trinket.io sometimes. This works on phones.
3rd Jun 2018, 1:45 PM
ifl
ifl - avatar
0
Gaurav Zaiswal maybe those games are in web/JavaScript rather than python?
3rd Jun 2018, 1:52 PM
ifl
ifl - avatar
0
it's okay bro
4th Jun 2018, 2:33 AM
Hemath Kumar
Hemath Kumar - avatar