vishal 6 years ago 0 Python User Input User Input Your programs can prompt the user for input. All input is stored as a string. #Prompting for a value name = input ("what's your name? ") print("Hello, " + name + "!") #Prompting for numerical inpu... Read More
Join Our Telegram Channel to Stay Updated
Socialize