fork download
  1. # your code goes here
  2. print('olá \U0001f389')
  3. print('olá ' + chr(0x1f389))
  4.  
Success #stdin #stdout 0.03s 9256KB
stdin
Standard input is empty
stdout
olá 🎉
olá 🎉