fork download
  1. d=[1,2,3,4]
  2. for dir in d:
  3. dire=1
  4. print(dir)
  5. print(dire)
Success #stdin #stdout 0.1s 14072KB
stdin
Standard input is empty
stdout
1
2
3
4
1