| ???? 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()???????????¨¢? |
| ???? | ????? | ???? |
|---|---|---|
| ???? | ??? | ?????? |