Sobes.tech
Middle+

Ի՞նչ է ցույց տալիս այս կոդը և ինչու: x = 5 def show_x(): print(x) x = 10 return x show_x() print(x)