fork download
  1. # your code goes here
  2. print(8)
  3. print(13, end=" ")
  4. print(21)
Success #stdin #stdout 0.11s 14120KB
stdin
Standard input is empty
stdout
8
13 21