File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 30
30
### [ Part 5] ( https://github.com/antoniolopez7217/Python_Programming_MOOC/tree/main/part5 )
31
31
1 . [ More lists] ( https://github.com/antoniolopez7217/Python_Programming_MOOC/tree/main/part5/1.%20More%20lists )
32
32
2 . [ References] ( https://github.com/antoniolopez7217/Python_Programming_MOOC/tree/main/part5/2.%20References )
33
- 3 . [ Dictionary] ( )
33
+ 3 . [ Dictionary] ( https://github.com/antoniolopez7217/Python_Programming_MOOC/tree/main/part5/3.%20Dictionary )
34
34
4 . [ Tuple] ( )
Original file line number Diff line number Diff line change 16
16
5 . [ Tic-Tac-Toe] ( https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part5/2.%20References/tic_tac_toe.py )
17
17
6 . [ Transpose a matrix] ( https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part5/2.%20References/transpose_matrix.py )
18
18
### Dictionary
19
- 1 . Times ten
20
- 2 . Factorials
21
- 3 . Histogram
22
- 4 . Phone book, version 1
23
- 5 . Phone book, version 2
24
- 6 . Invert a dictionary
25
- 7 . Numbers spelled out
26
- 8 . Movie database
27
- 9 . Find movies
19
+ 1 . [ Times ten] ( https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part5/3.%20Dictionary/times_ten.py )
20
+ 2 . [ Factorials] ( https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part5/3.%20Dictionary/factorials.py )
21
+ 3 . [ Histogram] ( https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part5/3.%20Dictionary/histogram.py )
22
+ 4 . [ Phone book, version 1] ( https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part5/3.%20Dictionary/phone_book_v1.py )
23
+ 5 . [ Phone book, version 2] ( https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part5/3.%20Dictionary/phone_book_v2.py )
24
+ 6 . [ Invert a dictionary] ( https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part5/3.%20Dictionary/invert_dictionary.py )
25
+ 7 . [ Numbers spelled out] ( https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part5/3.%20Dictionary/numbers_spelled_out.py )
26
+ 8 . [ Movie database] ( https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part5/3.%20Dictionary/movie_database.py )
27
+ 9 . [ Find movies] ( https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part5/3.%20Dictionary/find_movies.py )
28
28
### Tuple
29
29
1 . Create a tuple
30
30
2 . The oldest person
You can’t perform that action at this time.
0 commit comments