0
Data input
When writing code in the "My Codes" part of "Profile" how can you avoid the submit box when entering input. I want to use a prompt message like "name = input("Enter a name: ") so that this prompt appears for the user to enter the name beside it. Thank you in advance. Dereck
2 odpowiedzi
+ 4
Sololearn has an online interpreter so u need to use an offline interpreter in order to use take dynamic input. Use an IDE for pc or pydroid for mobile
0
Thank you Amit