On to Functions What to do: i'm taking the same instructions as Wsq 03 http://floreths.blogspot.mx/2015/01/wsq03.html But this time i'm using functions! , with the help of this video made by Ken: Link to my Dropbox code: https://www.dropbox.com/s/lctxv9t1g05gru1/function.py?dl=0
Sum Of Numbers Example Run: We will calculate in the range you provide. Please give us the lower bound: 1 Please give us the upper bound: 10 The sum from 1 to 10 (inclusive) is: 55 Dropbox link to my code: https://www.dropbox.com/s/1k5dobdb2gg1cmz/Wsq07.py?dl=0
Pick a Number What to do: 1. To generate a random number i used http://effbot.org/librarybook/random.htm as an example. Dropbox link to my code: https://www.dropbox.com/s/mn9v6bs7lg84v3s/Wsq06.py?dl=0