fork download
  1. # pole kwadratu
  2. a = 28
  3. print(a * a)
Success #stdin #stdout 0.1s 14024KB
stdin
Standard input is empty
stdout
784