Python Programming Practices - Kids
Sign in to Google to save your progress. Learn more
Email *
(1) Python is a:
4 points
Clear selection
(2) Which of the following is an arithmetic operator?
4 points
Clear selection
(3)Which of the following is not a relational operator?
4 points
Clear selection
(4) What is the output of the Python statement print(True > False)?
4 points
Clear selection
(5) What is the value of print(5>>1)?
4 points
Clear selection
(6) What will be the output of the following Python program.
4 points
Captionless Image
Clear selection
(7) Which of the following Python code segment can be used to create a text file named "test.txt"?
4 points
Clear selection
(8) What is the output of the following python program?
4 points
Captionless Image
Clear selection
(9) Which of the following is considered as a combined assignment operator?
4 points
Clear selection
(10) Which of the following is not correct about Python programming language?
4 points
Clear selection
(11) Which of the following is incorrect about Python Comments?
4 points
Clear selection
(12) Which of the following character is used to write comments in a Python program?
4 points
Clear selection
(13) Which of the following is a valid Python variable?
4 points
Clear selection
(14) What is a correct syntax to output "Hello World" in Python?
4 points
Clear selection
(15) What is the correct file extension for Python files?
4 points
Clear selection
(16) What is the correct way to create a function in Python?
4 points
Clear selection
(17) Which method can be used to remove any whitespace from both the beginning and the end of a string?
4 points
Clear selection
(18) Which of these collections defines a LIST?
4 points
Clear selection
(19) Which collection is ordered, changeable, and allows duplicate members?
4 points
Clear selection
(20) How do you start writing an if statement in Python?
4 points
Clear selection
(21) How do you start writing a for loop in Python?
4 points
Clear selection
(22) Which statement is used to stop a loop?
4 points
Clear selection
(23) What is the value of the Python statement print(3%4)?
4 points
Clear selection
(24) Which of the following Python statement is used to enter a string value?
4 points
Clear selection
(25) Which of the following Python statement is invalid?
4 points
Clear selection
Submit
Clear form
This content is neither created nor endorsed by Google. Report Abuse - Terms of Service - Privacy Policy