Last active
October 19, 2019 19:17
-
-
Save inesp/a909c0565bbeb0f6a66d8d019489f7a5 to your computer and use it in GitHub Desktop.
This file contains 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
PizzaMaker().create_pizza( | |
id=10, | |
created_at=<any date I choose, ie 1250-12-25>, | |
created_by=<any_user_I_choose> | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment