You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,3 +37,6 @@ Follows lesson 2 of UMich course. Introduces values, variables, operators, and s
37
37
38
38
### Lesson 2: Conditional Execution
39
39
Follows lesson 3 of UMich course. Introduces comparison and logical operators, if statements, and try except blocks. **Project** you create a program to suggest which car to buy.
40
+
41
+
### Lesson 3: Functions
42
+
Follows lesson 4 of UMich course. Introduces functions, modules, parameters, arguments, and the return statement. **Project** you will create a program that lets you roll the die in yatzee.
0 commit comments