Computer Science, asked by anurekha180, 15 days ago

what will be output if

X=20
while(X>=5):
print(X,end='\t')
X-=5​

Answers

Answered by zahimohd260
3

Answer:

Integer a, b

2. Set b = 2

3.

Similar questions