Review Note

Last Update: 05/03/2024 09:06 PM

Current Deck: Python::Python - Introductory::Level 4: Level 4.1 Data in Files & Arrays

Published

Fields:

Front
Example of splitting a string () into 4 separate variables.
beatles = ('john, paul, george, ringo')
Back
beatles.split(', ')
 ['john', 'paul', 'george', 'ringo']
Example
Image
Audio
Other

Suggested Changes:

Deck Changes (Suggestion to move the Note to the following Deck):

Field Changes:

Tag Changes: