Skip to content

Latest commit

 

History

History
17 lines (7 loc) · 224 Bytes

python general wrong.md

File metadata and controls

17 lines (7 loc) · 224 Bytes

1

2

3 euqal and is in python is will return True if two variables point to the same object, == if the objects referred to by the variables are equal.

4 there is side effect in if I use if twice like if() if()