C-18-Q039mediumsingle_mcq
Running the textbook code with count=1, while (count<=3): print('ICT'); count=count+1 prints:
Running the textbook code with count=1, while (count<=3): print('ICT'); count=count+1 prints:
- aICT once
- bICT twice
- cICT three times
- dICT four times