Skip to content

Commit 4b83dfd

Browse files
committed
uprava dle autopep8
1 parent e33bd0e commit 4b83dfd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# task_17_capitalize_words.py
22

3+
34
def capitalize_words(s: str) -> str:
45
"""
56
Vrátí řetězec, kde každé slovo začíná velkým písmenem.
67
"""
7-
8-
return s.title()
98

10-
print(capitalize_words("tento text upravime a vsechny pismena budou velke"))
9+
return s.title()
10+

0 commit comments

Comments
 (0)