9/4/2024
#TUPLE
if 1==1: print("1 equals 1")
if 1==2: print("python is worng")
print("888this code is executed no matter what")
a=[1,
2,
3]INFO
#TUPLE
if 1==1: print("1 equals 1")
if 1==2: print("python is worng")
print("888this code is executed no matter what")
a=[1,
2,
3]