Skip to content

Commit

Permalink
pretty_print handle string
Browse files Browse the repository at this point in the history
  • Loading branch information
jsteinberg1 committed Jun 1, 2022
1 parent d99703e commit c4afec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basic_zoom/print.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ def pretty_print(result):
print_json(json.dumps(result))
print(f"\nLength of list: {len(result)}")
else:
return result
print(result)

0 comments on commit c4afec1

Please sign in to comment.