9 Features of Python Data Structure
Python is a programming language created by Guido van Rossum. It is a powerfully composed language with significant level information structures. It is utilized in various spots including data structures and algorithms in python.
Highlights of Python.
1. Progressively composed.
Factors don't have any sort in the python programming language. You don't have to say
int x = 10
Rather you would compose
x = 10
2. Significant level information structures.