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 fd6ea17

Browse files
internal working
1 parent 757a4bd commit fd6ea17

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 によって変換されたページ (->オリジナル) /