Bird
0
0

Which of these is a key feature of Python?

easy📝 Conceptual Q2 of 15
Python - Basics and Execution Environment
Which of these is a key feature of Python?
AIt requires manual memory management
BIt cannot handle text data
CIt only runs on Windows
DIt uses indentation to define code blocks
Step-by-Step Solution
Solution:
  1. Step 1: Recall Python syntax rules

    Python uses indentation (spaces or tabs) to organize code blocks instead of braces.
  2. Step 2: Check other options

    Python manages memory automatically, runs on many OS, and handles text well.
  3. Final Answer:

    It uses indentation to define code blocks -> Option D
  4. Quick Check:

    Python syntax feature = Indentation [OK]
Quick Trick: Python uses spaces, not braces, to group code [OK]
Common Mistakes:
MISTAKES
  • Thinking Python uses braces
  • Believing Python runs only on Windows

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Python Quizzes