Write a program that constructs a list from the given string's symbols and then prints it.
So, if input_str, for example, contains a string "python", your program should turn it to the list ['p', 'y', 't', 'h', 'o', 'n'] and print it.
Write a program that constructs a list from the given string's symbols and then prints it.
So, if input_str, for example, contains a string "python", your program should turn it to the list ['p', 'y', 't', 'h', 'o', 'n'] and print it.
Create a free account to access the full topic