Answer:
a) penup()
goto(-100, 200)
pendown()
Step-by-step explanation:
The python program to indicate the location to begin writing the word can be
penup()
goto(-100, 200)
pendown()
# in python is use to add comment so it is incorrect.
all other option does not have correct syntex.