Go to your text and scroll until you find your preferred text
Answer:
c = 1 # global variable
jhjl jh
def add():
c = 1 # global variable
def add():
print(c)
add()
c = c + 2 # increment c by 2
print(c)
add()
Explanation:
Answer: oh hello human :) also PLEASE DONT KILL ME I’m answering this because the question was already answered already on another post