9.
In the following code (numbers added) - which will be the last line to execute successfully?
(1)
(2)
(3)
(4)
(5)
(6)
astr "Hello Bob'
istr = int(astr)
print('First', istr)
astr '123'
istr = int(astr)
print('Second', istr)
5
6
(0)
6
5
O
2.
thing
10. For the following code:
Answers
Answered by
1
Answer:
I didn't understand that question
Answered by
3
Answer:
Its 1
Explanation:
Because 2nd code will give you an error only 1st code or line is correct.
Similar questions