Python - Installation and running a first python program - How to install Python ? Quiz
# | Quiz |
---|---|
1
Discuss
|
How to install Python ?
Is Python case sensitive when dealing with identifiers?
Solution |
2
Discuss
|
How to install Python ?
What is the maximum possible length of an identifier?
Solution |
3
Discuss
|
How to install Python ?
Which of the following is invalid?
Solution |
4
Discuss
|
How to install Python ?
Which of the following is an invalid variable?
Solution |
5
Discuss
|
How to install Python ?
Why are local variable names beginning with an underscore discouraged?
Solution |
6
Discuss
|
How to install Python ?
Which of the following is not a keyword?
Solution |
7
Discuss
|
How to install Python ?
All keywords in Python are in _________
Solution |
8
Discuss
|
How to install Python ?
Which of the following is true for variable names in Python?
Solution |
9
Discuss
|
How to install Python ?
Which of the following is an invalid statement?
Solution |
10
Discuss
|
How to install Python ?
Which of the following cannot be a variable?
Solution |
11
Discuss
|
How to install Python ?
What is the output of print 0.1 + 0.2 == 0.3?
Solution |
12
Discuss
|
How to install Python ?
Which of the following is not a complex number?
Solution |
13
Discuss
|
How to install Python ?
What is the type of inf?
Solution |
14
Discuss
|
How to install Python ?
What does ~4 evaluate to?
Solution |
15
Discuss
|
How to install Python ?
What does ~~~~~~5 evaluate to?
Solution |
16
Discuss
|
How to install Python ?
Which of the following is incorrect?
Solution |
17
Discuss
|
How to install Python ?
What is the result of cmp(3, 1)?
Solution |
# | Quiz |