Computer Science, asked by saiguruyerragapeewz9, 1 year ago

Python code for increment of the count from 1 to 50

Answers

Answered by Abhishek5584
1
i=1
while i<=50
print i
i=i+1

Similar questions