It Homework Python Quiz

By Haziq

1. What would you use to show something on Python

2. Who made Python?

3. Is it possible to input equations and get the answers from the Python Shell?

4. Where do you input the Python code in?

5. When was Python released?

6. Which one of these would you use to turn the variable of F into 9?

7. What is an integer

8. What is a float?

9. What is Python used for?

10. Final Question: Which one of these is a file extension for Python?


Answers:

Question 1: The correct answer is the print ('Hello').

Question 2: The correct answer is Guido Van Rossum.

Question 3: The correct answer is Yes.

Question 4: The correct answer is New File (Python Document).

Question 5: The correct answer is 1991.

Question 6: The correct answer is F = "9".

Question 7: The correct answer is A whole number.

Question 8: The correct answer is A decimal.

Question 9: The correct answer is General use programming.

Question 10: The correct answer is .py.