# Create a first 3d object with VPython # import the necessary methods from visual import * # create a cylinder cylinder(pos=(-5,0,0),axis=(4,0,0), radius = 0.5) sphere(radius=0.2, color=color.red)