Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arvinsingh/challenge
Alacrity coding challenge
https://github.com/arvinsingh/challenge
challenge python
Last synced: 2 days ago
JSON representation
Alacrity coding challenge
- Host: GitHub
- URL: https://github.com/arvinsingh/challenge
- Owner: arvinsingh
- Created: 2024-06-12T12:05:34.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-12T16:30:17.000Z (5 months ago)
- Last Synced: 2024-06-13T19:25:39.425Z (5 months ago)
- Topics: challenge, python
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Challenge
### Alacrity coding challenge!
--problem1--
* Check for prime numbers.
* Generate factors of composite numbers.
* Generate prime numbers in a given range.--problem2--
* Add & store person.
* Calculate average age.
* Find oldest & youngest person.--problem3--
* Add & store car brand, price & year.
* Calculate average cost.
* Find oldest & expensive car.* Clean CLI for all.
Steps to run:
1. Navigate to the repo directory in terminal.
2. Execute `python prime.py`
Alterntively, ```import prime``` file in your program and call the functions directly.