| ???? Python ??? | ??15?? ????Python?????? | |
|---|---|---|
| ???? | ???????? | ???? |
????
??????????????????????????????Python????????????У??????????????Щ?????Python?????????????Python???????? ???? ??
?????????Щ????????????????????壬????__init__??__del__??????????????????????????????
??????????????????????????????????????磬?????????????????x[key]?????????????????????б????????????????????????__getitem__()????????????????£?Python?????list???????????
????????????г????Щ???????????????????????????е?????????????????Python?ο?????????????????б??
| ???? | ??? |
|---|---|
| __init__(self,...) | ????????????????????????????????????á? |
| __del__(self) | ???????????????????á? |
| __str__(self) | ?????????????print?????????str()???????á? |
| __lt__(self,other) | ????? С?? ???????<?????????á??????????????е????????+??>?????????????????? |
| __getitem__(self,key) | ???x[key]?????????????????á? |
| __len__(self) | ?????ж???????????len()???????????á? |
| ???? | ????? | ???? |
|---|---|---|
| ???? | ??? | ?????? |