Got really helped for that one! Thanks web dev roomies
Tag: Non classé
Quiz 6
Found great details and info on this blog https://carlosdanielmartinezblog.wordpress.com/2016/03/29/quiz06/
Thanks
Quiz 5
wsq13
WSQ12
WSQ10
« Create a program that asks the user for 10 numbers (floating point). Store those numbers in a list. Show to the user the total, average and standard deviation of those numbers. »
- To reduce the list to ten : https://docs.python.org/2/library/functions.html#len
« Return the length (the number of items) of an object. The argument may be a sequence (such as a string, bytes, tuple, list, or range) or a collection (such as a dictionary, set, or frozen set). »
Could not understand the standard deviation …😦
WSQ09
So when I don’t understand how to make something I google. I also take the problem the other way around and use other blogs code and do to « down from top ». Try to understand what they did and how they organize it. Looking at different blogs you realize how many ways there are to do it. Usually take the one I understand best and try to redo it on my own. This is the blog I used. There is no name, so thanks stranger! https://programmingtc101.wordpress.com/2016/02/20/wsq09-factorial-calculator/
http://www.python-course.eu/recursive_functions.php