Sobes.tech
Middle+

O que este código exibe e por quê? x = 5 def show_x(): print(x) x = 10 return x show_x() print(x)