fork download
  1. # your code goes here
  2. a=50
  3. b=40
  4. if a>b:
  5. print(a+b)
Success #stdin #stdout 0.1s 14204KB
stdin
Standard input is empty
stdout
90