Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- 1.Concatenation
- 2.List Indexing
- 3.Slices

- In the examples file, one example is missing. The 'in' keyword is used to iterate within the elements of the list while using a loop. A variable i can take all values inside the list while iterating.

>#### Loops
- A loop is a statement that contain instruction that continually repeats until a certain condition is reached
Expand Down