Answers for "print input"

11

python input function

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

input and print

>>> print(input("tell me a beautiful number "))
    '6'
Posted by: Guest on July-09-2021

Python Answers by Framework

Browse Popular Code Answers by Language