# More Fill-In Functions Download and finish the following code to practice working with functions: ```eval_rst - :download:`more_fill_in_functions.py ` ``` The functions are commented out. I would uncomment them one at a time once you get it correct. If you do everything correctly, it should produce output like the following: ``` Here we go. Some random numbers, if you please: First: 2 Second: 8 They were not the same. More counting, but this time not by ones: 2 4 6 8 10 8 6 4 2 Let's figure a project grade. 434521 -> 71 Finally, some easy ones.Please enter your name: jose Hi, jose Do you feel lucky, punk? you lose ``` --- ©2021 Daniel Gallo This assignment is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United States License](https://creativecommons.org/licenses/by-nc-sa/3.0/us/deed.en_US). ![Creative Commons License](images/by-nc-sa.png) Adapted for Python from Graham Mitchell's [Programming By Doing](https://programmingbydoing.com/)