Created
January 5, 2019 15:00
-
-
Save daolf/46caeb12f0511a09287c2ba2a4a84127 to your computer and use it in GitHub Desktop.
Python tips
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
data_from_extruct = { | |
'title': 't-shirt', | |
'brand': 'french-rocket', | |
'color': 'green', | |
'offer':{ | |
'amount': 20, | |
'currency': '€‘ | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment