Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # list_via_split_func.py -- great habit
- # Creating a list without typing a whole lot of commas and quotation marks
- example = '''blue green red purple orange brown white yellow'''.split()
- print example
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement