diff --git a/loops-101_json/PARSED_CONTENT/PROPERTIES_FILES/Loops 101 (Using Python)_json_continue_en.json b/loops-101_json/PARSED_CONTENT/PROPERTIES_FILES/Loops 101 (Using Python)_json_continue_en.json index 43901740d..7989a27b7 100644 --- a/loops-101_json/PARSED_CONTENT/PROPERTIES_FILES/Loops 101 (Using Python)_json_continue_en.json +++ b/loops-101_json/PARSED_CONTENT/PROPERTIES_FILES/Loops 101 (Using Python)_json_continue_en.json @@ -1,6 +1,6 @@ { "continue_key1": "continue", - "continue_key2": "continue is also a python keyword. continue statement skips the next statements of the loop and executes the other statements.", + "continue_key2": "continue is also a python keyword. continue statement skips all the remaining statements in the current iteration of the loop and executes moves the control back to the top of the loop.", "continue_key3": "Mobile Video Recorder", "continue_key4": "Output :-", "continue_key5": "1
2
3
4
Skipped Element: 5
6
7
8
9
10"