diff --git a/Readme.md b/Readme.md index b7ff806..6ce5d26 100644 --- a/Readme.md +++ b/Readme.md @@ -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