Skip to content

Instantly share code, notes, and snippets.

@fatosmorina
Created July 25, 2021 05:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fatosmorina/c9be7a0978bfa5d6830d94835786d1c7 to your computer and use it in GitHub Desktop.
Save fatosmorina/c9be7a0978bfa5d6830d94835786d1c7 to your computer and use it in GitHub Desktop.
header = "Name,Surname,Age,Birth"
columns = header.split(",")
print(columns) # ['Name', 'Surname', 'Age', 'Birth']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment