Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created December 5, 2018 22:18
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 codecademydev/00f0a336566cfcc5a3c1414d9888ee02 to your computer and use it in GitHub Desktop.
Save codecademydev/00f0a336566cfcc5a3c1414d9888ee02 to your computer and use it in GitHub Desktop.
Codecademy export
# Define create_spreadsheet():
def create_spreadsheet(title)
print("creating a spreadsheet called" + title)
# Call create_spreadsheet() below with the required arguments:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment