Computer Science, asked by ronythedon12345, 4 months ago

write the shell script for printing the odd number between a range. 20 marks​

Answers

Answered by sambhavgautam6
0

for i in range(1,100,2):

           print( i , end=" , ")

Similar questions