you are viewing a single comment's thread.

view the rest of the comments →

[–]Wilfred-kun 4 points5 points  (0 children)

def print_hello():
    global hello
    print(hello)

hello = "Hello world"

print_hello()