C-17-Q147mediumsingle_mcq
The output of for i in range(1, 6): print('ICT') is:
The output of for i in range(1, 6): print('ICT') is:
- a
ICTprinted 5 times on separate lines - b
ICTprinted once - cThe numbers 1 through 5
- dNothing
The output of for i in range(1, 6): print('ICT') is:
ICT printed 5 times on separate linesICT printed once