.
• In Python: Create a list from the items in the Hello World! string,
and assign it to the list variable.
Hint: use the list function to build a list from an iterable sequence
(e.g. a string).



Answer :

Other Questions