What is your wildest programming language idea? This could be fun (silly) ideas or really cool and useful ones.
Go!
Also on le twatter: https://twit...
Just yesterday i posted a tutorial called "Python 3: Super Easy Calculator" It involved eval() and people were starting to comment on it. I came back...
so i have to turn in an assignment today, but i cant get to my python turtle creations, i get 404 error, any help appreciaated because im on the verge...
I know this question has probably been asked so many times... But for real i haven't posted ANYTHING in the last month(except for [this](https://repl....
I can't find the results tab on python with turtle. It's not in the top right corner and dragging the console doesn't show it. Can someone please help...
I need to produce a random letter, but I only want it to appear one time instead of appearing here and there. I got the random letter to work, but wil...
When I run the code, my console tells me there’s an issue on line 31. I’ve retyped it multiple times, and the results haven’t changed. Am I doing my c...
Hello, is there a way to save the Repl.it? this is from Python with Turtle, and it seems that I can save it as a repl.it without the turtle, but not w...
Hi, i want to make a question for turtle python.
I want it to say "Hi, would you like to watch a race?(y/n)
if they said y, the output does what i c...
I want my students to use this repl to play with the functions to draw different images.
When I have done this in python or trinket.io I have placed a...
I am confused. I am pretty sure, that the code is right, I don't understand why it isn't working. What I am trying to do is create a star that is fill...
When I run one of my Python programs, it throws the following error:
`ExternalError: RangeError: Potential infinite loop. You can disable this from s...
I am trying to get my turtle to show, but it keeps giving me an error for the line ' wn = turtle.Screen() ' I dont understand why, as this code works...