Write the output of the following
i.
for i in '123':
print (“guru99”, i.)
ii. forj in range (10,6,-2):
print(j*2)
iii.
for x in range (10,20):
if (x%2==0)
continue
print (x)
Answers
Answered by
0
Answer:
how draw circle with keyboard
Similar questions
English,
1 month ago
Social Sciences,
1 month ago
Math,
4 months ago
Computer Science,
4 months ago
Physics,
10 months ago
Geography,
10 months ago