Print first four odd numbers seperated by commas the same line using loops.
(Guys this is python) please help me
Answers
Answered by
4
Answer:
Python program to print odd numbers in a List ... Using for loop : Iterate each element in the list using for loop and check if ... list1 = [ 10 , 21 , 4 , 45 , 66 , 93 ].[tex]\mathrm{2\ ...
Similar questions