سترینگەکان (Strings)
capitalize()
center()
count()
decode()
encode()
endswith()
expandtabs()
find()
format()
index()
isalnum()
isalpha()
isdigit()
islower()
isspace()
istitle()
isupper()
join()
ljust()
lower()
lstrip()
partition()
replace()
rfind()
rindex()
rjust()
rpartition()
rsplit()
rstrip()
split()
splitlines()
startswith()
strip()
swapcase()
title()
translate()
upper()
zfill()
isdecimal()
39 دانە
ئارەی (Array)
append(x)
buffer_info()
byteswap()
count(x)
extend(iterable)
fromfile(f,n)
fromlist(list)
fromstring(s)
fromunicode(s)
index(x)
insert(i,x)
pop([i])
remove(x)
reverse()
tofile(f)
tolist()
tostring()
tounicode()
a[0]
a[1,2,3,4,5]
len(a)
a[0]
a[5]
a[-1]
a[-2]
a[1:]
a[5]
a[-2]
a[1:3]
a[-1]
b=a[:]
31 دانە
ڕۆژ و کات (Date & Time)
replace(year,month,day)
timetuple()
toordinal()
weekday()
isoweekday()
isocalendar()
isoformat()
__str__()
ctime()
strftime()
date()
time()
timetz()
replace(year, month,day,hour,minute,second,microsecond,tzinfo)
astimezone(tz)
utcoffset()
dst()
tzname()
timetuple()
utctimetuple()
toordinal()
weekday()
isoweekday()
isocalendar()
isoformat()
__str__()
ctime()
strftime()
replace(hour,minute,second,microsecond,tzinfo)
isoformat()
__str__()
strftime()
utcoffset()
dst()
tzname()
35 دانە
فایل (File)
close()
flush()
fileno()
isatty()
next()
read([size])
readline([size])
readlines([sizehint])
xreadlines()
seek(offset, whence)
tell()
truncate([size])
write(str)
writelines(sequence)
closed
encoding
errors
mode
name
newlines
softspace
21 دانە