Class 8: Introduction to Python Programming Worksheet
Answer the questions and tap Submit to see your score. Your progress is auto-saved on this device.
Jump to question
Q1 · MCQ · 1 mark
Which of the following is an interpreted programming language?
Q2 · MCQ · 1 mark
Who is credited with creating Python?
Q3 · MCQ · 1 mark
Which symbol is used for single-line comments in Python?
Q4 · MCQ · 1 mark
What is the correct way to display 'Hello, World!' in Python?
Q5 · MCQ · 1 mark
Which of these is NOT a valid variable name in Python?
Q6 · FILL · 1 mark
Python is a high-level, interpreted, and general-purpose programming language known for its ______.
Q7 · FILL · 1 mark
A variable is a named storage location used to store ______ in a program.
Q8 · FILL · 1 mark
The 'print()' function is used to display ______ on the console in Python.
Q9 · SHORT · 2 marks
List two key features that make Python a popular programming language.
Q10 · SHORT · 2 marks
Explain what a variable is in the context of Python programming.