Skip to content

Commit 95e7567

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

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

Python_Programming_Quiz.md

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

0 commit comments

Comments
 (0)