6. write the output for the following code of statement
n=10
while n<50:
print(n+n)
n+=10
print("Program done")
Answers
Answered by
0
Answer:
あなたがこの答えが好きなら、私に与えてフォローしてくださいありがとう
Similar questions