xxxxxxxxxx
# Python 3 allows unicode
# variable names:
import math
π = math.pi
class Spin̈alTap: pass
print(Spin̈alTap())
# Output
# <Spin̈alTap object at 0x10e58d908
# Only letter-like characters
# work, however:
? = "beer" # '?' is a beer emoji. when running the code, replace '?' with a beer emoji
# Output
# SyntaxError:
# "invalid character in identifier"