Chapter 1 Flashcards
Getting started: the game over program
1
Q
What is a Console Window?
A
A window that can display only text
2
Q
What does OOP stand for?
A
Object oriented programming; modern approach to solving problems with computers.
3
Q
What does the print () function display?
A
Displays text, that are surrounded by quotations
4
Q
True or false: Python is case-sensitive
A
True
5
Q
What is a comment, and what is the symbol
A
Explain programming code in English. Symbol: #