[EMAIL PROTECTED] schrieb:
> 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?

Including error messages & stacktraces helps tremendously when asking 
such questions - especially on a weekend, when our crystall balls are in 
maintenance in the elves headquarters at the north pole.

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

Reply via email to