[Link] example(number = int(turtle.
numinput("Number of sides or circles",
"How many sides or circles in your shape?", 6))
shape = [Link]("Which shape do you want?",
"Enter 'p' for polygon or 'r' for rosette:") )
-----
[Link] shape == 'r':
[Link](100)
else:
[Link] (150)
[Link](360/number)
This is an example.