Simple part The rules of the game OK let’s first think about how we can go about doing this. We have two separate arguments so we need to turn them into writing one-by-one. We...
1 We first need to figure out how to add letter from the start of a string to the end. For our first case let’s try taking the first letter of 'string' and sticking it to the end. Slice the strin...
You should be able to do the easy part with your current knowledge while advanced will need you to do some research on your own (It’s related to next week’s subject). Answers to both of these quest...
Homework 3
Lecture Notes 5