.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
1
Answer:
ok.........I will inbox
Answered by
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