Answers for "python input - how to read a number"

0

python input - how to read a number

num = input ("Enter number :")
print(num)
name1 = input("Enter name : ")
print(name1)
Posted by: Guest on February-24-2022

Code answers related to "python input - how to read a number"

Python Answers by Framework

Browse Popular Code Answers by Language