Advertisements
Advertisements
Question
Write any 5 features of Python.
Short/Brief Note
Advertisements
Solution
- Python uses Automatic Garbage Collection
- Python is a dynamically typed language.
- Python runs through an interpreter.
- Python code tends to be 5 to 10 times shorter than that written in C++.
- In Python, there is no need to declare types explicitly
- In Python, a function may accept an argument of any type, and return multiple values without any kind of declaration beforehand.
shaalaa.com
Is there an error in this question or solution?
