fork download
  1. # your code goes here
Success #stdin #stdout 0.02s 7024KB
stdin
a=0
for i in range(3,6):
a=a+i
print(a)
stdout
Standard output is empty