Computer Science, asked by mohamedirfana00, 4 months ago

which is the main building block of python

a) class b) object c) list d) function​

Answers

Answered by dy1441596
3

Answer:

object

hope that this will help u

any more doubt

Answered by pryraj1009
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