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)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:
10Sample Output 1:
10Create a free account to access the full topic