Skip to content

Instantly share code, notes, and snippets.

@ashutoshkrris
Created April 6, 2022 04:21
Show Gist options
  • Save ashutoshkrris/bcf5caa7ad1e704b2390a593ad6ba3cf to your computer and use it in GitHub Desktop.
Save ashutoshkrris/bcf5caa7ad1e704b2390a593ad6ba3cf to your computer and use it in GitHub Desktop.
post_data = [1, 'Getting started with Rich', 'Ashutosh Krishna']
post_id = post_data[0]
post_title = post_data[1]
post_author = post_data[2]
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