Answers for "inputs in fumctions in python"

1

input function python

make_a_variable_name = input("Put whatever question, or prompt as Python calls it, that the person will answer here.")
Posted by: Guest on January-23-2021
0

how to use inputs in python

# python 3.8

YourInout = input("your text input")

print(YourInput)
Posted by: Guest on December-07-2020

Python Answers by Framework

Browse Popular Code Answers by Language