Here is the solution for Introduction to Python | Crash Course on Pyhton by Google, Introduction to Python practice quiz solution. Practice Quiz: Introduction to Python. All question and answers are given below
Question 1
Python is an example of what type of programming language?
1. General purpose scripting language
Correct
You got it! Python is one of the general purpose scripting languages that are widely used for scripting and automation.
2. Platform-specific scripting language
3. Client-side scripting language
4. Machine language
Question 2
Fill in the correct Python command to put “My first Python program” onto the screen.
print("My first Python program")
Correct
Way to go! You've given the computer the correct instruction
in Python to do what you’ve asked of it.
Practice Quiz: Introduction to Python Solution |
Practice Quiz: Introduction to Python Solution |
No comments:
Post a Comment