Answers for "pyhton input funcionts"

11

python input function

answer = input('What is your name?')
Posted by: Guest on April-24-2020
3

input python

name = input("Enter your name: ")

#Printing the variable (name)
print("hello",name)
Posted by: Guest on September-30-2020

Python Answers by Framework

Browse Popular Code Answers by Language