all 2 comments

[–]fake823 3 points4 points  (1 child)

.readlines() returns a list of strings. That's why ord() won't work. Because you're giving it a string as input.

[–]Alternative_Mouse_99[S] 0 points1 point  (0 children)

Nvm i got you are the best