Answer:
for x in range(1, 16):
print(x * 5, end=" ")
Step-by-step explanation:
Hope this helps!
c = 1 # global variable
jhjl jh
def add(): c = 1 # global variable
def add():
print(c)
add()
c = c + 2 # increment c by 2
5.7m questions
7.5m answers