#!/usr/bin/env python3; # Begin Main s = "Hello, world! 🥰🇺🇸" for c in s : print(str(c))