Examveda

What is the output when we execute list("hello")?

A. ['h', 'e', 'l', 'l', 'o']

B. ['hello']

C. ['llo']

D. ['olleh']

Answer: Option A


This Question Belongs to Python Program >> Lists In Python

Join The Discussion

Related Questions on Lists in Python