File tree 1 file changed +29
-1
lines changed
1 file changed +29
-1
lines changed Original file line number Diff line number Diff line change 1
- # CS50-Python
1
+ # [ CS50P] ( https://cs50.harvard.edu/python/2022/ )
2
+
3
+ ## My Solutions for all the problem sets
4
+ To be updated as I gradually complete the course and solve the psets.
5
+ > The ⭐ ones are the questions which took me a substantial amount of time to figure out/understand.
6
+
7
+ ### [ Week 0: Functions, Variables] ( https://cs50.harvard.edu/python/2022/psets/0/ )
8
+ * [ Indoor Voice] ( /week0/indoor/indoor.py )
9
+ * [ Playback Speed] ( /week0/playback/playback.py )
10
+ * [ Making Faces] ( /week0/faces/faces.py )
11
+ * [ Einstein] ( /week0/einstein/einstein.py )
12
+ * [ Tip Calculator] ( /week0/tip/tip.py )
13
+
14
+ ### [ Week 1: Conditionals] ( https://cs50.harvard.edu/python/2022/psets/1/ )
15
+ * [ Deep Thought] ( /week1/deep/deep.py )
16
+ * [ Home Federal Savings Bank] ( /week1/bank/bank.py )
17
+ * [ File Extensions] ( /week1/extensions/extensions.py )
18
+ * [ Math Interpreter] ( /week1/interpreter/interpreter.py )
19
+ * [ Meal Time] ( /week1/meal/meal.py )
20
+
21
+ ### [ Week 2: Loops] ( https://cs50.harvard.edu/python/2022/psets/2/ )
22
+ * [ camelCase] ( /week2/camel/camel.py )
23
+ * [ Coke Machine] ( /week2/coke/coke.py )
24
+ * [ Just setting up my twttr] ( /week2/twttr/twttr.py )
25
+ * ⭐[ Vanity Plates] ( /week2/plates/plates.py )
26
+ * [ Nutrition Facts] ( /week2/nutrition/nutrition.py )
27
+
28
+ ### [ Week 3: Exceptions] ( https://cs50.harvard.edu/python/2022/psets/3/ )
29
+ * [ Fuel Gauge] ( /week3/fuel/fuel.py )
You can’t perform that action at this time.
0 commit comments