https://github.com/randomsearch18/naughty-or-nice
๐ Santa's management program for child details
https://github.com/randomsearch18/naughty-or-nice
Last synced: 10 months ago
JSON representation
๐ Santa's management program for child details
- Host: GitHub
- URL: https://github.com/randomsearch18/naughty-or-nice
- Owner: RandomSearch18
- Created: 2022-12-09T12:23:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-02T22:27:04.000Z (over 3 years ago)
- Last Synced: 2025-07-08T15:07:04.267Z (11 months ago)
- Language: Python
- Homepage:
- Size: 146 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: history.py
Awesome Lists containing this project
README
# Christmas naughty or nice
Mrs K's 2022 Christmas coding task ๐
## Specification
Copied from the [Trinket course](https://krkkrk1.trinket.io/mrs-k-computing-gcse-course#/yr-11-christmas-programming/christmas-naughty-or-nice)
- The program should allow Santa to enter the name, address, postcode and total score of a child and the program should randomly decide if the child is classed as naughty or nice.
- If the total score is under 0, the childโs details should be saved to a text file called โNaughtyโ and if it is 0 or more, they are saved in the โNiceโ text file.
- Santa will need to print his nice list in a logical order to help him deliver gifts.
- For the naughty list Santa will need to be able to send a personalised letter stating they need to be good next year.