#try to avoid input function a = int(input()) if 9 < a < 100: if a == 10: print((100-a)*2) else: print(100-a) else: print("Please enter a two digit number")
Click the run button. Try to avoid input() function.