Skip to content

Commit 224b58f

Browse files
Readme updates - links
1 parent 6c3a54a commit 224b58f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929

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)
32-
2. [References]()
32+
2. [References](https://github.com/antoniolopez7217/Python_Programming_MOOC/tree/main/part5/2.%20References)
3333
3. [Dictionary]()
3434
4. [Tuple]()

part5/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
6. [Sudoku: check block](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part5/1.%20More%20lists/sudoku_block.py)
1010
7. [Sudoku: check grid](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part5/1.%20More%20lists/sudoku_grid.py)
1111
### References
12-
1. Items multiplied by two
13-
2. Remove the smallest
14-
3. Sudoku: print out the grid and add a number
15-
4. Sudoku: add number to a copy of the grid
16-
5. Tic-Tac-Toe
17-
6. Transpose a matrix
12+
1. [Items multiplied by two](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part5/2.%20References/items_multiplied_by_two.py)
13+
2. [Remove the smallest](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part5/2.%20References/remove_smallest.py)
14+
3. [Sudoku: print out the grid and add a number](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part5/2.%20References/sudoku_print_and_add.py)
15+
4. [Sudoku: add number to a copy of the grid](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part5/2.%20References/sudoku_add_to_copy.py)
16+
5. [Tic-Tac-Toe](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part5/2.%20References/tic_tac_toe.py)
17+
6. [Transpose a matrix](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part5/2.%20References/transpose_matrix.py)
1818
### Dictionary
1919
1. Times ten
2020
2. Factorials

0 commit comments

Comments
 (0)