fork download
  1. a = "mochagovno"
  2. for index in range(len(a[::2])):
  3. print(a[index * 2: index * 2+2])# your code goes here
Success #stdin #stdout 0.02s 9140KB
stdin
Standard input is empty
stdout
mo
ch
ag
ov
no