Created
April 6, 2022 04:21
-
-
Save ashutoshkrris/bcf5caa7ad1e704b2390a593ad6ba3cf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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