Skip to content

Commit 746082f

Browse files
committed
Update README.md
1 parent 5429ec3 commit 746082f

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -445,9 +445,6 @@ The answer here is no. The modules with circular references to other objects, or
445445
Plus, it is impossible to de-allocate portions of memory reserved by the C library.
446446

447447
Whenever Python exits, especially those Python modules which are having circular references to other objects or the objects that are referenced from the global namespaces are not always de-allocated or freed.It is impossible to de-allocate those portions of memory that are reserved by the C library.On exit, because of having its own efficient clean up mechanism, Python would try to de-allocate/destroy every other object.
448-
449-
450-
451448

452449
#### Q. Is it possible to assign multiple var to values in list?
453450

@@ -501,11 +498,7 @@ This class variable can be assigned a string, iterable, or sequence of strings w
501498

502499
•Multiple inheritance with multiple slotted parent classes can be used, but only one parent is allowed to have attributes created by slots (the other bases must have empty slot layouts) - violations raise TypeError.
503500

504-
505-
506-
507-
#### Q. What are the built-in type does python provides? Among them which are Mutable and Immutable Data structures in Python?
508-
#### Q. OR
501+
#### Q. What are the built-in type does python provides? Among them which are Mutable and Immutable Data structures in Python?OR
509502
#### Q. What Are The Types of Objects Support in Python Language?
510503

511504
Python supports are two types are of objects. They are:

0 commit comments

Comments
 (0)