fork download
  1. #0J/QsNGA0YXQvtC80LXQvdC60L4=
  2.  
  3. #SimpleTask1.№1
  4.  
  5. inputA=10
  6. inputB=5
  7. C = inputA + inputB
  8. D = inputA / inputB
  9. print(str("A+B="), int(C), str("A:B="), int(D))
  10.  
Success #stdin #stdout 0.08s 14044KB
stdin
Standard input is empty
stdout
A+B= 15 A:B= 2