Skip to content

Commit

Permalink
Merge branch 'main' into future-conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
miranska authored Feb 2, 2022
2 parents 23e50ef + 8e1d892 commit 5a214a0
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,4 +1,4 @@
a = 1
b = 0
if b != 0:
print(f"Division results are as follows: {a / b}")
print(f"Division results: {a / b}")

0 comments on commit 5a214a0

Please sign in to comment.