3 lines
69 B
Python
3 lines
69 B
Python
|
txt = "TODO: Make this!\n"
|
||
|
sp = list(txt)
|
||
|
print([ord(x) for x in sp])
|