We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e33bd0e commit 4b83dfdCopy full SHA for 4b83dfd
1 file changed
06/tasks/task_17_capitalize_words.py
@@ -1,10 +1,10 @@
1
# task_17_capitalize_words.py
2
3
+
4
def capitalize_words(s: str) -> str:
5
"""
6
Vrátí řetězec, kde každé slovo začíná velkým písmenem.
7
-
8
- return s.title()
9
10
-print(capitalize_words("tento text upravime a vsechny pismena budou velke"))
+ return s.title()
0 commit comments