Testing input

Report a typo

Let's see how it works. Copy the following code and paste it below. Then change one of the lines so that the program would print any data the user inputs without performing any operations on them.

data = ...
print(data)

Sample Input 1:

10

Sample Output 1:

10
Write a program in Python 3
# put your python code here
___

Create a free account to access the full topic