Hey you know Python? Could you help me, please? It's for my Final please help me SOS.

1) If you want to save a program so you can run it later- in what window would you create it?

2) What shape would this create: circle (100, steps=4)

3). What character is used to begin a comment?

4 )Coordinates (2, -18) is in what direction from the origin?

5) What is another name for the invisible horizontal line that goes across the center of the Turtle Graphics Window? X axis

Respuesta :

Answer:

1) Go to File and click on Save as.

In the field Save in browse for the C: drive and then select the folder PythonPrograms.

For the field File name remove everything that is there and type in Hello.py.

In the field Save as type select All Files.

Click on Save.

(This is the only way I know how to)

2) square

3) #

4) On a graph, move 2 spaces to the right and from there move 18 spaces down. Now, where you've ended, make a dot. The distance fro the origin is -2/18 (as a fraction).

5) Sorry, I dont know the answer for this :(

Hope it Helps :)