Skip to content

Commit 4ee79c1

Browse files
author
Amogh Singhal
authored
Update Python_Programming_Quiz.md
1 parent c4810e6 commit 4ee79c1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Python_Programming_Quiz.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ Methods in list: `append(), insert(), remove(), pop(), clear(), sort(), and reve
5050
#### 3. What are negative indices in Python ? <br>
5151
#### 4. List some of the keywords in Python ? <br>
5252
```
53-
and def False import not True
54-
as del finally in or try
55-
assert elif for is pass while
56-
break else from lambda print with
57-
class except global None raise yield
58-
continue exec if nonlocal return
53+
and def False import not True
54+
as del finally in or try
55+
assert elif for is pass while
56+
break else from lambda print with
57+
class except global None raise yield
58+
continue exec if nonlocal return
5959
```
6060

0 commit comments

Comments
 (0)