Skip to content

Commit cf105ce

Browse files
author
Amogh Singhal
authored
Update Python_Programming_Quiz.md
1 parent e148f94 commit cf105ce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Python_Programming_Quiz.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ Methods | Description |
6565
`swapcase()` | Swaps cases, lower case becomes upper case and vice versa |
6666
`islower()` | Returns True if all characters in the string are lower case |
6767
`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-
|
68+
`isalnum()` | Returns True if all characters in the string are alphanumeric |
7069
`isalpha()` | Returns True if all characters in the string are in the alphabet |
7170
`isnumeric()` | Returns True if all characters in the string are numeric |
7271
`capitalize()` | Converts the first character to upper case |

0 commit comments

Comments
 (0)