Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e97c01b

Browse files
author
Rai Muhammad Haider
committed
2 parents e9f3c18 + fd6ea17 commit e97c01b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎DataTypesAndInternalWorking.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@
2929
l2[0] = 55
3030
print(l2)
3131
print(l1)
32-
# In Python, variables don’t store data directly, they store a reference (a pointer) to an object in memory.
32+
# In Python, variables don’t store data directly, they store a reference (a pointer) to an object in memory.
33+
# Python uses automatic memory management with reference counting and garbage collection. All objects live in a private heap, and you manipulate references, not raw memory addresses.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /