QP School

Full Version: Unicode support in Python 3
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
# Unicode character
unicode_char = "♥"
print(unicode_char)