Quick actions

cmd+k|ctrl+k

Navigation

Languages

241106

Snippet info

Language

Python

Visibility

public

Author

vr2zrc

Created

2024-11-06T12:24:47.624723Z

Updated

2024-11-06T12:26:27.427234Z

a = 1 # ecal 1 and place the 1 ram address to a
b = 2 # eval 2 and place the 2 ram addrsss to b
c = 3 # eval 3 and place the 3 ram address to c
d = 1
x= a > b  + d and a < c < f
print(id(a), id(d))
print (a is d)
print (a == d)
INFO