- I have learned a lot since I took up programming. Working through the course consolidated my knowledge and helped me to grasp some things I understand loosely. Accordingly, the rest of this list is a mix of reminders and revelations.
#2. #print does not include a carriage return.
#3. Parallel variable assignment.
a = 10 b = 20 c = 30