Computer Science, asked by seemasharma5431, 4 months ago

what will be the output??

x =input()
print(x)

Answers

Answered by piyush433062
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