fork(1) download
  1. # your code goes here
  2. s=raw_input()
  3. s=s.replace('🐐','🦄🦄')
  4. s=s.replace('🦄','u')
  5. for i in s:
  6. if i not in "ug ":
  7. s=s.replace(i,'')
  8. s=s.split()
  9. for i in s:
  10. s[s.index(i)]=chr(len(i))
  11. exec(''.join(s))
Success #stdin #stdout 0.01s 9016KB
stdin
🦄🦄🦄🦄🦄🦄🦄🦄🦄🦄🦄🦄🦄🦄🦄🦄🦄🦄🦄🦄🦄🦄🦄🦄🦄🦄🦄🦄🦄🦄🦄🦄🦄🦄🦄🦄🦄🦄🦄🦄🦄🦄🦄🦄🦄🦄🦄🦄🦄
stdout
Standard output is empty