Computer Science, asked by adwaybobish1234, 4 months ago

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 dilipsinghdamor8
0

Answer:

how draw circle with keyboard

Similar questions