Skip to content

Commit 1fee3a8

Browse files
authored
Fix formatting and add newline at end of file
1 parent 8a6d45a commit 1fee3a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

strings/is_isogram.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ def is_isogram(string: str) -> bool:
2525
input_str = input("Enter a string ").strip()
2626
isogram = is_isogram(input_str)
2727
print(f"{input_str} is {'an' if isogram else 'not an'} isogram.")
28+
29+

0 commit comments

Comments
 (0)