0
input
how to prompt for user input. >>> -------------("Enter a number:")
4 Answers
+ 10
@Ace, thanks. I'm learning Python đ
+ 4
from >>> im guessing its py lol, u can do
x = input() sth like that
+ 2
x = input ("Enter something");
how to prompt for user input. >>> -------------("Enter a number:")