function arguments

in my code, I have an error that says, "function arguments expected near “call”, the Line of code is this:
call = turtle.Turtle. I’ve tried using double = for it but that didn’t work. Does anyone know how to fix it pls?

@artie You’re not showing enough code to know about your error. Does turtle.Turtle need arguments. Or maybe it should just be call=turtle.Turtle() . Without seeing more code it’s hard to know what’s wrong.