Nyheter

Repo for Coding Dojo Python. Contribute to Kendrastic/dojo-python development by creating an account on GitHub.
Create a Python file called for_loop_basic1.py that performs the following tasks: Basic - Print all integers from 0 to 150. Multiples of Five - Print all the multiples of 5 from 5 to 1,000. Counting, ...