day 8 restructuring

This commit is contained in:
Asabeneh 2019-11-27 20:29:59 +02:00
parent 50dd7049d9
commit 33545bf200
2 changed files with 2 additions and 2 deletions

View File

@ -795,7 +795,7 @@ You lived 3153600000 seconds.
[Part 2 >>](https://github.com/Asabeneh/30-Days-Of-Python/blob/master/readme7-12.md)
[Part 2 >>](https://github.com/Asabeneh/30-Days-Of-Python/blob/master/readme4-6.md)

View File

@ -1113,4 +1113,4 @@ del fruits
nordic_countries = ('Denmark', 'Finland','Iceland', 'Norway', 'Sweden')
```
[<< Part 2](https://github.com/Asabeneh/30-Days-Of-Python/blob/master/readme4-6.md) | [Part 3 >>](https://github.com/Asabeneh/30-Days-Of-Python/blob/master/readme7-12.md)
[<< Part 1](https://github.com/Asabeneh/30-Days-Of-Python/blob/master/readme.md) | [Part 2 >>](https://github.com/Asabeneh/30-Days-Of-Python/blob/master/readme7-9.md)