https://github.com/stephnna/number-counter
https://github.com/stephnna/number-counter
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stephnna/number-counter
- Owner: stephnna
- Created: 2024-04-30T07:28:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-30T11:28:10.000Z (about 1 year ago)
- Last Synced: 2025-02-07T17:44:43.769Z (5 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.