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.
print()
1 parent 330d401 commit 104845fCopy full SHA for 104845f
01-data_types/d6.py
@@ -16,3 +16,5 @@
16
# one of them, count(), counts the number of occurrences of a substring.
17
count_of_to = speech.count('to')
18
print(f"\nThe word 'to' appears {count_of_to} times in that speech.")
19
+
20
+# The "\n" at the start of that print call creates a new line
0 commit comments