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 d44a14f commit 83971e4Copy full SHA for 83971e4
For Loops.py
@@ -38,7 +38,7 @@
38
'''----------------------------------------------------------------'''
39
40
# Here is a non manual example of this very same code, using a for-loop: The for-loop
41
-# also inciments the string's data values, which makes the code more efficient, without
+# also increments the string's data values, which makes the code more efficient, without
42
# the manual redundancy on the programmer's part.
43
44
tuple_string_name=('Super Man','Bat Man','Spider Man')
0 commit comments