4 lines
145 B
Python
4 lines
145 B
Python
|
|
from visual import *
|
||
|
|
scene.title = "VPython: Draw a sphere"
|
||
|
|
sphere() # using defaults, see http://www.vpython.org/contents/docs/defaults.html
|