Files
RustPython/tests/snippets/unicode_fu.py
2019-03-24 13:14:38 +01:00

14 lines
113 B
Python

# Test the unicode support! 👋
áš´=2
assert áš´*8 == 16
ᚴ="👋"
c = áš´*3
assert c == '👋👋👋'