Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 458 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 458 Bytes

Python exercises

In this repository are some of exercises of my training. I'm uploading this to git to keep track of my evolution and serve as a portifólio of what i can do.

minimum_multiple_common.py

This program recieves a range and return the minimum multiple commom of that range

sum_odd_multiply_even.py

This program recieves a range of numbers and return the sum of the odds numbers and the multiplication of even numbers in that range