User Tools

Site Tools


programming:python:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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("bob") b.setName("bob")
 +</code>
 +
 +===== Display =====
 +
 +(Don't forget the parentheses.)
 +
 +<code python>
 +print ("Hello, world!")
 +</code>
  
  
programming/python/start.1544059057.txt.gz ยท Last modified: 2018/12/06 01:17 by dwheele