This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
programming:python:start [2018/12/06 01:17] dwheele |
programming:python:start [2026/02/07 19:28] (current) dwheele [Class] |
||
|---|---|---|---|
| Line 87: | Line 87: | ||
| b = Boy() | b = Boy() | ||
| b.setName(" | b.setName(" | ||
| + | </ | ||
| + | |||
| + | ===== Display ===== | ||
| + | |||
| + | (Don't forget the parentheses.) | ||
| + | |||
| + | <code python> | ||
| + | print (" | ||
| + | </ | ||