Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created March 29, 2021 07:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amankharwal/d6fa3682cb840fda08b4011b3800ea19 to your computer and use it in GitHub Desktop.
Save amankharwal/d6fa3682cb840fda08b4011b3800ea19 to your computer and use it in GitHub Desktop.
a = "Happy Holi 😀 May this festival of colours bring you happiness, love and joy.🥰 Stay safe everyone Smiling face with smiling eyes"
a = a.encode('ascii', 'ignore').decode()
print(a)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment