Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c4810e6

Browse files
author
Amogh Singhal
authored
Update Python_Programming_Quiz.md
1 parent 5d079f7 commit c4810e6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

‎Python_Programming_Quiz.md‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,15 @@ Both the data structures support the following functions: <br>
4646
Common methods in list and tuple: `index(), count()` <br>
4747
Methods in list: `append(), insert(), remove(), pop(), clear(), sort(), and reverse()`
4848

49+
#### 2. What is a ternary operator in Python ? <br>
50+
#### 3. What are negative indices in Python ? <br>
51+
#### 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+
```
60+

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /