Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stephnna/number-counter
https://github.com/stephnna/number-counter
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stephnna/number-counter
- Owner: stephnna
- Created: 2024-04-30T07:28:44.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-30T11:28:10.000Z (8 months ago)
- Last Synced: 2024-05-01T08:43:03.045Z (8 months ago)
- Language: HTML
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# number-counter
To run:
1. Install flask using '**pip install Flask**'
2. type '**python app.py**' to start the development environmentQuestion:
Write a valid HTML + Python Page that will count numbers from 1 to 1,000,000?
i. Display every 10th number in the series in Bold
ii. Display every 3rd number in the series in Italics
iii. Bonus: Underline every Prime number in this series.