Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
italojsoliveira committed Sep 14, 2024
1 parent 6da2c9c commit e8ff825
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,8 @@ print('The index of the maximum integer of the "list_variable" list is', list_va

### Exercise 14: Reversing a list

Create a program that reverses a list.

<details markdown=block>
<summary markdown=span>Click here to see a possible solution</summary>

Expand Down Expand Up @@ -354,7 +356,7 @@ print(sorted_dict)

### Exercise 16: Checking if a file exists

Check if a file exists
Create a program that check if a file exists in a directory.

<details markdown=block>
<summary markdown=span>Click here to see a possible solution</summary>
Expand Down

0 comments on commit e8ff825

Please sign in to comment.