Questions created by CREST students. Answer them and earn Practice PointsHow to earn pointsAsk a question+3Answer a question+1Someone answers yours+1Your Q gets upvoted+1Pioneer bonus (first 5)+5!
Showing: Class 9 (862 questions)
What is the output? print("Hello" + "World") a) Hello World b) HelloWorld c) Hello+World d) Error
Which of the following data types is immutable? a) List b) Dictionary c) Tuple d) Set
Which keyword is used to skip the next iteration from a loop? a) next b) skip c) continue d) exit
What will be the output of print(3 + 2 * 2)? a) 10 b) 7 c) 12 d) 8
How is a code block indicated in Python? a) Brackets b) Indentation c) Key d) Quotes
Which of the following is the correct extension of a Python file? a) .python b) .pl c) .py d) .p