Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stephnna/number-counter


https://github.com/stephnna/number-counter

Last synced: 14 days ago
JSON representation

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 environment

Question:
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.