Newbie - Stuck

r3bol at yahoo.com r3bol at yahoo.com
Sun Oct 8 08:09:32 EDT 2006


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?




More information about the Python-list mailing list