age=12 print(1-age) # ^ #the Error #output -11
age=12
print(1-age)
^
#the Error
#output -11