Question: Python For the code shown below: word=hello for num in range(1,4): print(word[num]) What is the first value printed? 1 'O
For the code shown below: word="hello" for num in range(1,4): print(word[num]) What is the first value printed? 1 'O
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
