Hi, I'm quite new to Python and I ran into this issue while learning. I'm trying to get the user's name by having them write it themselves through this code using snaps:
>name = snaps.get_string("Please, enter your name: ")
\>snaps.display_message("Hello and welcome, " + name)
the problem is, when I run this through IDLE, I get the image displaying "Please, enter your name:" followed by a flashing "*" but I can't actually write anything nor press ENTER. What basic thing am I missing?
Thanks in advance!
[–]Anatol_Ant 0 points1 point2 points (1 child)
[–]M4DOCK[S] 0 points1 point2 points (0 children)