|
|
|
|
|
by vasusen
382 days ago
|
|
Thanks for building it! It can really help help my 10 yo who is just learning coding. How does it handle potentially infinite loops like below? Currently I get a parsing error after it takes a while. ```python while exit != "yes":
print("\*")
exit = input("Exit?: ")
``` |
|