fork download
  1. # zmienne w Pythonie
  2.  
  3. a=10
  4. b=20
  5. c=8
  6.  
  7. print(a+b+c)
  8. print((a+b+c)/3)
Success #stdin #stdout 0.09s 14096KB
stdin
Standard input is empty
stdout
38
12.666666666666666