Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9afa7c6

Browse filesBrowse files
authored
Merge pull request codedex-io#105 from BrunoViola/main
fix: add missing print(vars())
2 parents d91ac53 + 9df24ed commit 9afa7c6
Copy full SHA for 9afa7c6

File tree

Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Open diff view settings
Collapse file

‎7-classes-objects/35_bobs_burgers.py‎

Copy file name to clipboardExpand all lines: 7-classes-objects/35_bobs_burgers.py
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,7 @@ class Restaurant:
2424
baekjeong.type = 'Korean BBQ'
2525
baekjeong.rating = 4.4
2626
baekjeong.delivery = False
27+
28+
print(vars(bobs_burgers))
29+
print(vars(katz_deli))
30+
print(vars(baekjeong))

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.