# this is a simple calculator import sys def calculation(): print(\'what is the first number?\') x = int(input()) print(\'what is the second number