We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Prepare
- Python
- Basic Data Types
- Tuples
- Discussions
Tuples
Tuples
Sort by
recency
|
1865 Discussions
|
Please Login in order to post a comment
In Python 3, the only reliable way to match the expected hash output is to build the hash function by hand mimicing SEED 0.
Use Python 2 for this challenge.
It was previously solveable using Python 3 as I have multiple correct submissions for Python 3 from a few years ago. But that exact code no longer works when I resubmit it.
Not quite sure what changed, but something definitely did change.
Anyhow, it still works with Python 2 so tackle this challenge with that version of Python.
as someone new in python, the difference in python version and lack of description of the task is frustrating thanks for everyone that mention it here
This was a hard one -- I was trying to find the correct answer for some time. In the end ChatGPT corrected my final approach: to use
raw_input:bro I tried to solve the question with using AI and without AI still both are not running whenever i try to print hash function it will give the answer in negative and the command will show error