Qu'est-ce que le sens de Nested in Python

x = 1
if x == 1 :
  print(x)
Nutty Nightingale