-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.txt
48 lines (48 loc) · 7.12 KB
/
data.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
List Methods Set Methods Tuple Methods String Methods Dict Methods
append add count capitalize clear
clear clear index casefold copy
copy copy ------- center fromkeys
count difference ------- count get
extend difference_update ------- encode items
index discard ------- endswith keys
insert intersection ------- expandtabs pop
pop intersection_update ------- find popitem
remove isdisjoint ------- format setdefault
reverse issubset ------- format_map update
sort issuperset ------- index values
------- pop ------- isalnum -------
------- remove ------- isalpha -------
------- symmetric_difference ------- isascii -------
------- symmetric_difference_update ------- isdecimal -------
------- union ------- isdigit -------
------- update ------- isidentifier -------
------- ------- ------- islower -------
------- ------- ------- isnumeric -------
------- ------- ------- isprintable -------
------- ------- ------- isspace -------
------- ------- ------- istitle -------
------- ------- ------- isupper -------
------- ------- ------- join -------
------- ------- ------- ljust -------
------- ------- ------- lower -------
------- ------- ------- lstrip -------
------- ------- ------- maketrans -------
------- ------- ------- partition -------
------- ------- ------- removeprefix -------
------- ------- ------- removesuffix -------
------- ------- ------- replace -------
------- ------- ------- rfind -------
------- ------- ------- rindex -------
------- ------- ------- rjust -------
------- ------- ------- rpartition -------
------- ------- ------- rsplit -------
------- ------- ------- rstrip -------
------- ------- ------- split -------
------- ------- ------- splitlines -------
------- ------- ------- startswith -------
------- ------- ------- strip -------
------- ------- ------- swapcase -------
------- ------- ------- title -------
------- ------- ------- translate -------
------- ------- ------- upper -------
------- ------- ------- zfill -------