3 lines
145 B
Python
3 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
|