Computer Science, asked by FatBoiDhruv, 5 months ago

11. Pind the output of the following program segments:
for 1 in range (20,30,2):
print (1)
by country
= 'INDIA'
for 1 in country:
print (1)
c) 1 = 0; sum = 0
while 1 < 9:
if 1 % 4 == 0:
sum = sum + i
1 1 & 2
print (sum)

Answers

Answered by chandrahasapoojary2
1

Explanation:

for 1 in range (20,30,2):

print (1)

by country

= 'INDIA'

for 1 in country:

print (1)

c) 1 = 0; sum = 0

while 1 < 9:

if 1 % 4 == 0:

sum = sum + i

1 1 & 2

print (sum)

Similar questions