Skip to content

Instantly share code, notes, and snippets.

@ashutoshkrris
Created April 6, 2022 04:23
Show Gist options
  • Save ashutoshkrris/1b7304114c9de2404613e62fa1376e4e to your computer and use it in GitHub Desktop.
Save ashutoshkrris/1b7304114c9de2404613e62fa1376e4e to your computer and use it in GitHub Desktop.
post_data = [1, 'Getting started with Rich', 'Ashutosh Krishna']
post_id, post_title, post_author = post_data
print(post_id, post_title, post_author)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment