¿Qué tiene el significado de anidados en Python?
x = 1
if x == 1 :
print(x)
Nutty Nightingale
x = 1
if x == 1 :
print(x)