Skip to content

Commit

Permalink
Improve the log message
Browse files Browse the repository at this point in the history
  • Loading branch information
miranska authored Feb 2, 2022
1 parent 9bdc654 commit 8e1d892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2_cm_play/dummy.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
a = 1
b = 0
if b != 0:
print(a/b)
print(f"Division looks like this: {a / b}")

0 comments on commit 8e1d892

Please sign in to comment.