1 2 3 4
number0=int(input("put in yo number ya ass licker:")) number1=int(input("put in the other number ya shit:")) res=number0+number1 print(number0,"plus fuckin",number1,"becomes motherfuckin",res)