my code:
x=int(input())
print(4xxx+5xx±6x+14)
gives following error ican’t get whats wrong
‘’‘Traceback (most recent call last):
File “script.py”, line 1, in
x=int(input())
EOFError: EOF when reading a line’’’
my code:
x=int(input())
print(4xxx+5xx±6x+14)
gives following error ican’t get whats wrong
‘’‘Traceback (most recent call last):
File “script.py”, line 1, in
x=int(input())
EOFError: EOF when reading a line’’’