Computer Science, asked by yuvasree711, 3 months ago

What will be the output

n=10

def fun():

global n

for x in range(2,n+1,2):

x+=2

print(x)

fun()​

Answers

Answered by abhinavmishra7736
0

Answer:

hi I have a question about I'm not sure if it's just for you

Similar questions