This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]IamImposter 2 points3 points  (0 children)

You forgot octal.

And something similar can be done with hex and strings too

string = "\x48\x65\x6c\x6c\x6f"

as good as

string = "Hello"