Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update ugly_numbers.py
  • Loading branch information
Kush1101 authored Aug 29, 2020
commit 45baa0663d33c74e0af236d4d09360c89a8ecc4c
2 changes: 1 addition & 1 deletion maths/ugly_numbers.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ def ugly_numbers(n: int) -> int:
from doctest import testmod

testmod(verbose=True)
print(f"{ugly_numbers(200)}")
print(f"{ugly_numbers(200) = }")