mclangc/test.py

3 lines
69 B
Python
Raw Normal View History

txt = "TODO: Make this!\n"
sp = list(txt)
print([ord(x) for x in sp])