Write a code to get the input in the given format and print the output in the given format
Input Description:
To take an integer value
Output Description:
Print the integer value
My program :
n = input()
print(n)
but I keep getting an error
Traceback (most recent call last):
File "script-3.8.1.py", line 1, in
n = input()
EOFError: EOF when reading a line