This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| reading:2023:w41 [2023/10/14 13:25] – add python special parameters pfm | reading:2023:w41 [2023/10/14 23:28] (current) – add python abc pfm | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| Według badań naukowców z Wojskowego Instytutu Higieny i Epidemiologii, | Według badań naukowców z Wojskowego Instytutu Higieny i Epidemiologii, | ||
| - | ===== Python: positional and keyword arguments | + | ===== Python |
| - | Source: [[https:// | + | ==== Positional and keyword arguments ==== |
| + | |||
| + | Source: [[https:// | ||
| Python' | Python' | ||
| Line 19: | Line 21: | ||
| Forward slash marks the end of positional-only parameters and an asterisk marks the beginning of keyword-only arguments. | Forward slash marks the end of positional-only parameters and an asterisk marks the beginning of keyword-only arguments. | ||
| + | |||
| + | ==== Abstract Base Classes ==== | ||
| + | |||
| + | Source: [[https:// | ||
| + | |||
| + | Python '' | ||