Q65
What will be the output of the following Python code? [ord(ch) for ch in 'abc']
A.
[97, 98, 99]
AnswerB.
['97', '98', '99']
C.
[65, 66, 67]
D.
Error
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board