6 lines
49 B
Python
Raw Normal View History

a = 1
def f():
global a
import a
import b, c