from turtle import * 
skk = Turtle('turtle')

skk.begin_fill()
skk.circle(100)
skk.end__fill()
  
turtle.done()