Computer Science, asked by lipun970, 6 months ago

.write the output of the given programs.

def display(n):

sum=5

i=1

while i<=n:

sum+=i

i+=5

sum=sum-2

print(“value =”,sum,”i= “,i)

x =30

display(x)​

Answers

Answered by progameers123
1

Answer:

ok.........I will inbox

Answered by Anonymous
0

Answer:

Hey...don't write program like this...

Why don't you attach a pic of the program.

It isn't understandable...ヽ(ಠ_ಠ)ノ

Similar questions