In what concerns the "exercises during classes" component of the evaluation, the exercises that you can submit for this class are:
Deadline for submission: November 23rd (submit to IP's Mooshak)
You are encouraged to talk to the professors and your colleagues if you encounter difficulties.
However, any more direct help that you receive should be acknowledged in the comments of the code you submit.
After the deadline the problems will still be available on Mooshak, but the submissions will not count towards your grade.
Each practical class is worth 10% of your final component for exercices during class. Since there will be 11 classes with submissions, you can achieve maximum grade even without doing all classes.
For a problem to count you must pass all tests (that is, to have an accepted). Even if you solve all problems, the maximum on one class is 100%.
To obtain 100% it will always be enough to solve the main exercises.
With the exercises in this class you will develop the following skills:
If you feel stuck, go back and revise all the lectures, but in particular the following ones: T08: Tuples and Lists | T09: More (on) Lists | T10: Advanced Lists
1) The start
The first set of problems will give you the basics about lists.
Read the statements, code and try to submit Accepted solutions to all of the following problems. Don't forget to test first on your computer!
2) Getting a bit harder
Now that you understand the basics, let's see if you can solve the next batch of problems (and if you payed attention to some of the existing list methods).
Read the statements, code and try to submit Accepted solutions to all of the following problems. Don't forget to test first on your computer!
3) Working with matrices
What if we told you that matrices are just lists of lists?
Read the statements, code and try to submit Accepted solutions to all of the following problems. Don't forget to test first on your computer!
Loved the main exercises and want more adventure in Springfield, home of the Simpsons? Here are more exercises to sharpen your skills.
Read the statements, code and try to submit Accepted solutions to all of the following problems. Don't forget to test first on your computer!
You’ve tackled the trickiest tasks across town, from sorting Ned Flanders' humble lists to helping Milhouse dodge Nelson, and even assisting Reverend Lovejoy’s congregation in order. Springfield thanks you for your Python prowess and quick thinking!
But as any true problem-solver knows, there are always two final challenges awaiting at the end: Homer and Mr. Burns' spiral quests.
Think you have what it takes? Tackle these two last challenges, and you’ll truly be a Springfield Python Master! Good luck, and may the spirals align in your favor!
Read the statements, code and try to submit Accepted solutions to the following problems. Don't forget to test first on your computer!
Happy coding! 😊