Thursday 5 May 2016

Python Functions Assignment #2, 3 and 4!

Python Unit 3 - Assignment #2

Make a program that asks you for 4 courses and then gives you random grades for those courses.
It does not loop.
It uses at least ONE function.
This can be done in 15 lines


Python Unit 3 - Assignment #3
 
This can be done in 16 lines.


Python Unit 3 - Assignment #4


Modify Assignment 3 to do the following:
-> Add a running score and percentage calculator

This can be done in 21lines

No comments:

Post a Comment