count = 0
def lol(count): x = count + 1 print(x)
Currently i am calling this function within another file in my python program, and c