RosettaCodeData/Task/Draw-a-sphere/Python/draw-a-sphere-4.py

4 lines
145 B
Python
Raw Permalink Normal View History

2015-02-20 00:35:01 -05:00
from visual import *
scene.title = "VPython: Draw a sphere"
2015-11-18 06:14:39 +00:00
sphere() # using defaults, see http://www.vpython.org/contents/docs/defaults.html