Sobes.tech
Middle+

ეს კოდი რა აჩვენებს და რატომ? x = 5 def show_x(): print(x) x = 10 return x show_x() print(x)