Python
Python
Here’s a rich collection of unique, smart, and conceptual questions from the chapter
“Introduction to Python” (Class 11 Computer Science), arranged by topic. These include
short tricks, real-life analogies, and different question types to make your practice
interesting and effective.
🧠 1. What is Python?
Concept Questions:
Real-Life Connect:
💻 2. Features of Python
Challenge Q:
Can a single Python program be both object-oriented and functional? Justify with an
example.
🧮 3. Python as a Calculator
Fun Questions:
Write a Python expression to calculate the area of a triangle using Heron’s formula.
Real-Life Connect:
Correct/Incorrect?:
print(Welcome)
Short Trick:
x = "10"
y=5
print(x * y)
Real-Life Connect:
Variables in Python are like labels on boxes. You can reuse, relabel, and change contents.
Application-Based Q:
Create a Python program that asks your name, age, and tells you how old you’ll be in
10 years.
Conceptual Q:
🔄 7. Type Conversion
Trick Question:
int("10.5")
Short Trick:
Debug Me:
print(a + b)
Creative Tasks:
Design a chatbot that greets the user and asks 3 personal questions.
Would you like a printable worksheet, interactive quiz, or Python code notebook for
practice? Let me know if you also want error-spotting exercises, mini Python projects, or
MCQ-style revision sheets.