fork download
  1. # your code goes here
  2. mon = ["m", "o", "n", "d", "a", "y"]
  3. cp = "0"
  4. for i in range(0, 6):
  5. if cp == str(i):
  6. print(mon[i])
  7. break
  8.  
Success #stdin #stdout 0.14s 10264KB
stdin
Standard input is empty
stdout
m