# Create a first 3d object with VPython # import the necessary methods import warnings warnings.simplefilter("ignore",FutureWarning) # ignore FutureWarnings from visual import * # create a cylinder cylinder()