fork download
  1. print("Programa")
  2. a=5
  3. b=6
  4. c=a+b
  5. print(a,"+",b,"=",c)
Success #stdin #stdout 0.05s 63372KB
stdin
Standard input is empty
stdout
Programa
(5, '+', 6, '=', 11)