Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

How to make an input in python?

#For this answer, I made a whole program, just to share with you input!
#This answer covers 2 other functions too. Don't worry those are easy!
user_input_stored_in_a_variable = input("Input: ").strip().lower()
print(f"Your input was {user_input_stored_in_a_variable}")
Source by www.github.com #
 
PREVIOUS NEXT
Tagged: #How #input
ADD COMMENT
Topic
Name
9+7 =