Title |
User |
Message |
Date Posted |
Re: XOR operation |
Butane |
The 61,30, and 51 in the input are ALL hexadecimal numbers. If you want python to do the same, you will have to convert the inputs to the XOR(61 and 30) to decimal, and the output to hexadecimal. Try ... |
Feb 03, 2015 - 1:45:22 am UTC |
XOR operation |
SUPER_ET_DUPER |
What's the XOR operation? When I do : print(61^30) in python 3 it gives me 35 instead of 51. |
Feb 03, 2015 - 12:54:52 am UTC |
Mh, can't get why my variant code does not work... |
Ajna |
I solved the problem, but the first version of my code strangely enough fails on 3 problems, while apparently still gives me the same output of the working one, even when tested with the problem's dat... |
Nov 12, 2014 - 8:22:11 pm UTC |