学習状況
# 組み込み関数
Function | Read | Watch | tests |
---|---|---|---|
abs() | ❌ | ❌ | ❌ |
all() | ❌ | ❌ | ❌ |
any() | ❌ | ❌ | ❌ |
ascii() | ❌ | ❌ | ❌ |
bin() | ❌ | ❌ | ❌ |
bool() | ❌ | ❌ | ❌ |
bytearray() | ❌ | ❌ | ❌ |
bytes() | ❌ | ❌ | ❌ |
callable() | ❌ | ❌ | ❌ |
chr() | ❌ | ❌ | ❌ |
classmethod() | ❌ | ❌ | ❌ |
compile() | ❌ | ❌ | ❌ |
complex() | ❌ | ❌ | ❌ |
delattr() | ❌ | ❌ | ❌ |
dict() | ❌ | ❌ | ❌ |
dir() | ❌ | ❌ | ❌ |
divmod() | ❌ | ❌ | ❌ |
enumerate() | ❌ | ❌ | ❌ |
eval() | ❌ | ❌ | ❌ |
exec() | ❌ | ❌ | ❌ |
filter() | ❌ | ❌ | ❌ |
float() | ❌ | ❌ | ❌ |
format() | ❌ | ❌ | ❌ |
frozenset() | ❌ | ❌ | ❌ |
getattr() | ❌ | ❌ | ❌ |
globals() | ❌ | ❌ | ❌ |
hasattr() | ❌ | ❌ | ❌ |
hash() | ❌ | ❌ | ❌ |
help() | ❌ | ❌ | ❌ |
hex() | ❌ | ❌ | ❌ |
id() | ❌ | ❌ | ❌ |
input() | ❌ | ❌ | ❌ |
int() | ❌ | ❌ | ❌ |
isinstance() | ❌ | ❌ | ❌ |
issubclass() | ❌ | ❌ | ❌ |
iter() | ❌ | ❌ | ❌ |
len() | ❌ | ❌ | ❌ |
list() | ❌ | ❌ | ❌ |
locals() | ❌ | ❌ | ❌ |
map() | ❌ | ❌ | ❌ |
max() | ❌ | ❌ | ❌ |
memoryview() | ❌ | ❌ | ❌ |
min() | ❌ | ❌ | ❌ |
next() | ❌ | ❌ | ❌ |
object() | ❌ | ❌ | ❌ |
oct() | ❌ | ❌ | ❌ |
open() | ❌ | ❌ | ❌ |
ord() | ❌ | ❌ | ❌ |
pow() | ❌ | ❌ | ❌ |
print() | ❌ | ❌ | ❌ |
property() | ❌ | ❌ | ❌ |
range() | ❌ | ❌ | ❌ |
repr() | ❌ | ❌ | ❌ |
reversed() | ❌ | ❌ | ❌ |
round() | ❌ | ❌ | ❌ |
set() | ❌ | ❌ | ❌ |
setattr() | ❌ | ❌ | ❌ |
slice() | ❌ | ❌ | ❌ |
sorted() | ❌ | ❌ | ❌ |
@staticmethod() | ❌ | ❌ | ❌ |
str() | ❌ | ❌ | ❌ |
sum() | ❌ | ❌ | ❌ |
super() | ❌ | ❌ | ❌ |
tuple() | ❌ | ❌ | ❌ |
type() | ❌ | ❌ | ❌ |
vars() | ❌ | ❌ | ❌ |
zip() | ❌ | ❌ | ❌ |
# String
Function | Read | Watch | tests |
---|---|---|---|
capitalize() | ❌ | ❌ | ❌ |
casefold() | ❌ | ❌ | ❌ |
center() | ❌ | ❌ | ❌ |
count() | ❌ | ❌ | ❌ |
encode() | ❌ | ❌ | ❌ |
endswith() | ❌ | ❌ | ❌ |
expandtabs() | ❌ | ❌ | ❌ |
find() | ❌ | ❌ | ❌ |
format() | ❌ | ❌ | ❌ |
format_map() | ❌ | ❌ | ❌ |
index() | ❌ | ❌ | ❌ |
isalnum() | ❌ | ❌ | ❌ |
isalpha() | ❌ | ❌ | ❌ |
isdecimal() | ❌ | ❌ | ❌ |
isdigit() | ❌ | ❌ | ❌ |
isidentifier() | ❌ | ❌ | ❌ |
islower() | ❌ | ❌ | ❌ |
isnumeric() | ❌ | ❌ | ❌ |
isprintable() | ❌ | ❌ | ❌ |
isspace() | ❌ | ❌ | ❌ |
istitle() | ❌ | ❌ | ❌ |
isupper() | ❌ | ❌ | ❌ |
join() | ❌ | ❌ | ❌ |
ljust() | ❌ | ❌ | ❌ |
lower() | ❌ | ❌ | ❌ |
lstrip() | ❌ | ❌ | ❌ |
maketrans() | ❌ | ❌ | ❌ |
partition() | ❌ | ❌ | ❌ |
replace() | ❌ | ❌ | ❌ |
rfind() | ❌ | ❌ | ❌ |
rindex() | ❌ | ❌ | ❌ |
rjust() | ❌ | ❌ | ❌ |
rpartition() | ❌ | ❌ | ❌ |
rsplit() | ❌ | ❌ | ❌ |
rstrip() | ❌ | ❌ | ❌ |
split() | ❌ | ❌ | ❌ |
splitlines() | ❌ | ❌ | ❌ |
startswith() | ❌ | ❌ | ❌ |
strip() | ❌ | ❌ | ❌ |
swapcase() | ❌ | ❌ | ❌ |
title() | ❌ | ❌ | ❌ |
translate() | ❌ | ❌ | ❌ |
upper() | ❌ | ❌ | ❌ |
zfill() | ❌ | ❌ | ❌ |
# List
Function | Read | Watch | tests |
---|---|---|---|
append() | ❌ | ❌ | ❌ |
clear() | ❌ | ❌ | ❌ |
copy() | ❌ | ❌ | ❌ |
count() | ❌ | ❌ | ❌ |
extend() | ❌ | ❌ | ❌ |
index() | ❌ | ❌ | ❌ |
insert() | ❌ | ❌ | ❌ |
pop() | ❌ | ❌ | ❌ |
remove() | ❌ | ❌ | ❌ |
reverse() | ❌ | ❌ | ❌ |
sort() | ❌ | ❌ | ❌ |
# dict
Function | Read | Watch | tests |
---|---|---|---|
clear() | ❌ | ❌ | ❌ |
copy() | ❌ | ❌ | ❌ |
fromkeys() | ❌ | ❌ | ❌ |
get() | ❌ | ❌ | ❌ |
items() | ❌ | ❌ | ❌ |
keys() | ❌ | ❌ | ❌ |
pop() | ❌ | ❌ | ❌ |
popitem() | ❌ | ❌ | ❌ |
setdefault() | ❌ | ❌ | ❌ |
update() | ❌ | ❌ | ❌ |
values() | ❌ | ❌ | ❌ |
# Tuple
Function | Read | Watch | tests |
---|---|---|---|
count() | ❌ | ❌ | ❌ |
index() | ❌ | ❌ | ❌ |
# Set
Function | Read | Watch | tests |
---|---|---|---|
add() | ❌ | ❌ | ❌ |
clear() | ❌ | ❌ | ❌ |
copy() | ❌ | ❌ | ❌ |
difference() | ❌ | ❌ | ❌ |
difference_update() | ❌ | ❌ | ❌ |
discard() | ❌ | ❌ | ❌ |
intersection() | ❌ | ❌ | ❌ |
intersection_update() | ❌ | ❌ | ❌ |
isdisjoint() | ❌ | ❌ | ❌ |
issubset() | ❌ | ❌ | ❌ |
issuperset() | ❌ | ❌ | ❌ |
pop() | ❌ | ❌ | ❌ |
remove() | ❌ | ❌ | ❌ |
symmetric_difference() | ❌ | ❌ | ❌ |
symmetric_difference_update() | ❌ | ❌ | ❌ |
union() | ❌ | ❌ | ❌ |
update() | ❌ | ❌ | ❌ |
# File
Function | Read | Watch | tests |
---|---|---|---|
close() | ❌ | ❌ | ❌ |
detach() | ❌ | ❌ | ❌ |
fileno() | ❌ | ❌ | ❌ |
flush() | ❌ | ❌ | ❌ |
isatty() | ❌ | ❌ | ❌ |
read() | ❌ | ❌ | ❌ |
readable() | ❌ | ❌ | ❌ |
readline() | ❌ | ❌ | ❌ |
readlines() | ❌ | ❌ | ❌ |
seek() | ❌ | ❌ | ❌ |
seekable() | ❌ | ❌ | ❌ |
tell() | ❌ | ❌ | ❌ |
truncate() | ❌ | ❌ | ❌ |
writeable() | ❌ | ❌ | ❌ |
write() | ❌ | ❌ | ❌ |
writelines() | ❌ | ❌ | ❌ |
# Keywords
and | ❌ | ❌ | ❌ |
---|---|---|---|
as | ❌ | ❌ | ❌ |
assert | ❌ | ❌ | ❌ |
break | ❌ | ❌ | ❌ |
class | ❌ | ❌ | ❌ |
continue | ❌ | ❌ | ❌ |
def | ❌ | ❌ | ❌ |
del | ❌ | ❌ | ❌ |
elif | ❌ | ❌ | ❌ |
else | ❌ | ❌ | ❌ |
except | ❌ | ❌ | ❌ |
FALSE | ❌ | ❌ | ❌ |
finally | ❌ | ❌ | ❌ |
for | ❌ | ❌ | ❌ |
from | ❌ | ❌ | ❌ |
global | ❌ | ❌ | ❌ |
if | ❌ | ❌ | ❌ |
import | ❌ | ❌ | ❌ |
in | ❌ | ❌ | ❌ |
is | ❌ | ❌ | ❌ |
lambda | ❌ | ❌ | ❌ |
None | ❌ | ❌ | ❌ |
nonlocal | ❌ | ❌ | ❌ |
not | ❌ | ❌ | ❌ |
or | ❌ | ❌ | ❌ |
pass | ❌ | ❌ | ❌ |
raise | ❌ | ❌ | ❌ |
return | ❌ | ❌ | ❌ |
TRUE | ❌ | ❌ | ❌ |
try | ❌ | ❌ | ❌ |
while | ❌ | ❌ | ❌ |
with | ❌ | ❌ | ❌ |
yield | ❌ | ❌ | ❌ |