Saved Bookmarks
| 1. |
Write any 5 features of Python? |
|
Answer» 1. Python uses Automatic Garbage Collection 2. Python is a dynamically typed language. 3. Python runs through an interpreter. 4. Python code tends to be 5 to 10 times shorter than that written in C++. 5. In Python, there is no need to declare types explicitly 6. In Python, a function may accept an argument of any type, and return multiple values without any kind of declaration beforehand. |
|