Skip to content
Tecnicas de Regresion
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)xx=4x = 3
if x < 3: print("hola")A=False
B=False
C = True(A&B)|C