The perl version of this code works but not the python version. What am
I doing wrong?

message = "abc"
password = "z12"

scrambled = message ^ password

I also wondered why this errored as well...

int(messege)

Is it not meant to convert a string to a number?

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to