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 e148f94 commit cf105ceCopy full SHA for cf105ce
Python_Programming_Quiz.md
@@ -65,8 +65,7 @@ Methods | Description |
65
`swapcase()` | Swaps cases, lower case becomes upper case and vice versa |
66
`islower()` | Returns True if all characters in the string are lower case |
67
`isupper()` | Returns True if all characters in the string are upper case |
68
-`isalnum()` | Returns True if all characters in the string are alphanumeric
69
- |
+`isalnum()` | Returns True if all characters in the string are alphanumeric |
70
`isalpha()` | Returns True if all characters in the string are in the alphabet |
71
`isnumeric()` | Returns True if all characters in the string are numeric |
72
`capitalize()` | Converts the first character to upper case |
0 commit comments