Skip to content

Commit 45f8f17

Browse files
Readme updated
1 parent 3eb8c92 commit 45f8f17

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
### [Part 5](https://github.com/antoniolopez7217/Python_Programming_MOOC/tree/main/part5)
3131
1. [More lists](https://github.com/antoniolopez7217/Python_Programming_MOOC/tree/main/part5/1.%20More%20lists)
3232
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)
3434
4. [Tuple]()

part5/README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
5. [Tic-Tac-Toe](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part5/2.%20References/tic_tac_toe.py)
1717
6. [Transpose a matrix](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part5/2.%20References/transpose_matrix.py)
1818
### 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)
2828
### Tuple
2929
1. Create a tuple
3030
2. The oldest person

0 commit comments

Comments
 (0)