الرجوع
تسجيل الدخول

What will be the result of the following code snippet if the user enters "150" when prompted?

orange = input('Enter a number:')
x = int(orange) - 20
print(x)