what will be the output??
x =input()
print(x)
Answers
Answered by
3
Explanation:
This tutorial focuses on two built-in functions print() and input() to perform I/O task in Python. Also, you will learn to import modules and use them in your program.
Similar questions