C-18-Q040mediumsingle_mcq
Which line in the loop is responsible for actually showing the word ICT on screen?
Which line in the loop is responsible for actually showing the word ICT on screen?
- a
count=1 - b
while (count<=3): - c
print('ICT') - d
count=count+1