from emoji import emojize
print(emojize(":thumbs_up: Python is awesome! :grinning_face:"))
print("This is my notebook with working Python")
👍 Python is awesome! 😀
This is my notebook with working Python. About: Jupyter notebooks is an extension we use in VS code for github to allow to display code. I've encountered many problems and formating mistakes with this as well, that I hope to learn from.