fork download
  1. a = "sdfsgd"
  2. for c in a:
  3. print(c)
  4. print("="*15)
  5. print(c)
Success #stdin #stdout 0.02s 9256KB
stdin
Standard input is empty
stdout
s
d
f
s
g
d
===============
d