Skip to content
isinstance(1.0,int)
diccionario={'uno':1,'dos':2,'tres':3}
[diccionario.get(x,x) for x in ['tres','uno','cinco']]
x = 0 
while (x < 2):
    x = x + 1  
    print(x)
x
x=4
x = 3
if x < 3: print("hola")
A=False
B=False
C = True
(A&B)|C