Username: 
Password: 
Restrict session to IP 
Questions  |  score: 2  |  2.25 6.75 5.00 |  Solved By 8 People  |  565 views  |  since Mei 13, 2024 - 19:11:17

PyHash (Coding, Python)

PyHash
Hello hacker,

I am larning python and read the docs a bit.
There is not too much challenging material in there, but i got this idea for a little challenge.

# Your mission is to make this True. def fly_away(num: int) -> bool: return hash(num) == 31337

Note: This challenge got tested with python3.10 and should be easy.

Good luck!
- gizmore
Your solution for PyHash
Answer
© 2024 by gizmore