Exam 1: Python Programming Concepts
Exam 1: Python Programming Concepts10 Questions
Select questions type
Which of the following is mathematical function?
Free
(Multiple Choice)
4.8/5
(38)
Correct Answer:
B
To access value in tuple, use the ________ bracket for slicing along with the index.
Free
(Multiple Choice)
4.9/5
(39)
Correct Answer:
A
_____variable is shared by all instances of a class
Free
(Multiple Choice)
4.9/5
(43)
Correct Answer:
A
What is a variable defined inside a function referred to as?
(Multiple Choice)
4.8/5
(33)
Through Which Geometry method we can organizes widgets in a table-like structure in the parent widget.
(Multiple Choice)
4.9/5
(43)
To read the entire remaining contents of the file as a string from a file object infile, we use ____________
(Multiple Choice)
4.9/5
(45)
What is the output for the following code:
Languages = ["java", "c++", "python"]
For x in languages :
If x == "c++":
Continue
Print(x)
(Multiple Choice)
4.8/5
(35)
Which geometry manager organizes widgets in blocks before placing them in the parent widget.
(Multiple Choice)
5.0/5
(41)
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)