We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24483e1 + 7f0504e commit d8f9912Copy full SHA for d8f9912
chapter08/print_models.py
@@ -3,5 +3,5 @@
3
unprinted_designs = ['iphone case', 'robot pendant', 'dodecahedron']
4
completed_models = []
5
6
-print_models(unprinted_designs, completed_models)
7
-show_completed_models(completed_models)
+printing_functions.print_models(unprinted_designs, completed_models)
+printing_functions.show_completed_models(completed_models)
0 commit comments