Guest User

Untitled

a guest
Dec 17th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. post = ('Python Basics', 'Intro guide to Python', 'Some cool python content')
  2.  
  3. tags = ['python', 'coding', 'tutorial']
  4.  
  5. post_object = (post, tags)
  6.  
  7. print(post_object)
Add Comment
Please, Sign In to add comment