PYTHON 18
INT By tycel2004 on 13th January 2024 06:27:38 PM
  1. question1=input('Input ')
  2. question2=input('Input ')
  3.  
  4.  
  5. question3=input('Input? ')
  6. question4=input('Input? ')
  7.  
  8. question1=INT(qu1)
  9. question2=INT(qu2)
  10.  
  11. answer = int(qu1) + int(qu2)
  12.  
  13. print(answer)
  14.  
  15. result = int(question3) + int(question4)
  16.  
  17. print(result)

Paste is for source code and general debugging text.

Login or Register to edit, delete and keep track of your pastes and more.

Raw Paste

Login or Register to edit or fork this paste. It's free.