We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29987b3 commit d7cce33Copy full SHA for d7cce33
README.md
@@ -1,7 +1,7 @@
1
# Python-Interview-Questions
2
3
- ## Introduction
4
- - ### What's New
+ - ### [What's New](https://docs.python.org/3/whatsnew/)
5
- ### Print
6
7
- ## Data Types
@@ -27,7 +27,8 @@
27
28
- ## Condition Check
29
- ### if
30
- - ### if else
+ - ### if elif
31
+ - ### if elif else
32
33
- ## Loops
34
- ### for
@@ -62,8 +63,7 @@
62
63
- ### Importing Specific Functions
64
- ### Using as to Give a Function an Alias
65
- ### Using as to Give a Module an Alias
- - ### Importing All Functions in a Module
66
- - ### Styling Functions
+ - ### Importing All Functions in a Module
67
- ### Virtual Function
68
- ### Friend Function
69
- ### Static Function
0 commit comments