Skip to content

Commit d7cce33

Browse files
authored
Update README.md
1 parent 29987b3 commit d7cce33

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python-Interview-Questions
22

33
- ## Introduction
4-
- ### What's New
4+
- ### [What's New](https://docs.python.org/3/whatsnew/)
55
- ### Print
66

77
- ## Data Types
@@ -27,7 +27,8 @@
2727

2828
- ## Condition Check
2929
- ### if
30-
- ### if else
30+
- ### if elif
31+
- ### if elif else
3132

3233
- ## Loops
3334
- ### for
@@ -62,8 +63,7 @@
6263
- ### Importing Specific Functions
6364
- ### Using as to Give a Function an Alias
6465
- ### Using as to Give a Module an Alias
65-
- ### Importing All Functions in a Module
66-
- ### Styling Functions
66+
- ### Importing All Functions in a Module
6767
- ### Virtual Function
6868
- ### Friend Function
6969
- ### Static Function

0 commit comments

Comments
 (0)