Quick actions

cmd+k|ctrl+k

Navigation

Languages

Python Lesson 1 

Snippet info

Language

Python

Visibility

public

Author

tangtszyik

Created

2025-01-22T13:25:00.421661Z

Updated

2025-01-22T13:25:16.93899Z

y=1
x=y
print(id(x))
print(id(y))
INFO