https://github.com/donno2048/nintendo
Python implementation for Nintendo hire me challenge
https://github.com/donno2048/nintendo
challenge nerd nintendo python solved-challenges
Last synced: 4 months ago
JSON representation
Python implementation for Nintendo hire me challenge
- Host: GitHub
- URL: https://github.com/donno2048/nintendo
- Owner: donno2048
- Created: 2020-11-23T11:03:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-23T11:15:26.000Z (over 4 years ago)
- Last Synced: 2025-01-06T16:49:36.562Z (5 months ago)
- Topics: challenge, nerd, nintendo, python, solved-challenges
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nintendo
Python implementation for [Nintendo hire me challenge](https://www.nerd.nintendo.com/files/HireMe) by NERD (Nintendo European Research & Development)You need to change the input list, and **only** the input list to get "True" as the output
Solution
```python
input = [0x5d, 0xc5, 0xda, 0x80, 0x81, 0xad, 0xe, 0xe6, 0xda, 0x88, 0xd9, 0x67, 0x43, 0x63, 0x1c, 0x87, 0x8b, 0x72, 0x60, 0x24, 0x4d, 0xbc, 0xd9, 0xa7, 0xfa, 0x86, 0x19, 0x26, 0x1e, 0x69, 0x3, 0x6]
```