fork download
  1. def gasterize(s):
  2. return s.translate(str.maketrans("ABCDEFGHIJKLMNOPQRSTUVWXYZ",
  3. '\u270c\U0001f44c\U0001f44d\U0001f44e\u261c\u261e\u261d\u261f' +
  4. '\u270b\u263a\U0001f610\u2639\U0001f4a3\u2620\u2690\U0001f3f1' +
  5. '\u2708\u263c\U0001f4a7\u2744\U0001f546\u271e\U0001f548\u2720' +
  6. '\u2721\u262a'))
  7.  
  8. if __name__ == "__main__":
  9. line = input("")
  10. print(gasterize(line))
Success #stdin #stdout 0.03s 9984KB
stdin
GASTER
stdout
โ˜โœŒ๐Ÿ’งโ„โ˜œโ˜ผ