Posts by Gabriel Trettel • 13 points
3 posts
-
0
votes1
answer961
viewsA: URI Online Judge - 2163 - Python 3
I think at the time of copying and pasting the Voce input made some mistake, or your computer gave a bug. Using the 1000x1000 entry from udebug, your program worked and returned the correct output,…
-
0
votes1
answer224
viewsQ: problem with existing condition in while python. Turtle
I’m having a hard time solving an exercise in a programming book. The exercise asks me to create two turtles and move them randomly, so that each turtle walks 50 units forward, then turn either…
-
1
votes1
answer226
viewsQ: image module does not run on iPython3
I’m still a beginner in the world of programming, and I recently came across a problem that is still unsolved. I’m using an interactive online book to learn python (How to think like a computer…