open_in_new
content_copy
def Name(): variable = 2**3 return [variable] [variable]= Name() print (variable)