Skip to content

Commit

Permalink
Merge pull request #3 from miranska/future-conflict
Browse files Browse the repository at this point in the history
Improve reporting
  • Loading branch information
miranska authored Feb 2, 2022
2 parents 8e1d892 + 5a214a0 commit a222459
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 2_cm_play/dummy.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
a = 1
b = 0
if b != 0:
print(f"Division looks like this: {a / b}")

print(f"Division results: {a / b}")

0 comments on commit a222459

Please sign in to comment.