which is the main building block of python
a) class b) object c) list d) function
Answers
Answered by
3
Answer:
object
hope that this will help u
any more doubt
Answered by
2
Answer:
b) object
Explanation:
The building blocks of python are: objects- everything in python is an object - that includes integers, floats, strings etc. All objects have a refrence. Python variables are names associated with references.
Similar questions