Edit Game
Python in the Console
 Delete

Use commas to add multiple tags

 Private  Unlisted  Public




Delimiter between question and answer:

Tips:

  • No column headers.
  • Each line maps to a question.
  • If the delimiter is used in a question, the question should be surrounded by double quotes: "My, question","My, answer"
  • The first answer in the multiple choice question must be the correct answer.






 Save   16  Close
What comes after "def" when defining a function?
The function name
Before a function can be called, it must be...
defined
How many smileys will be printed to the console?
9
What will be printed when this code runs?
Trick question! There is an error - the function names do not match
What will be printed when this code runs?
hi hi
What comes after the parentheses in a function definition?
colon
Each command in the body of a function must be...
indented
What two things are needed to call a function?
function name, parentheses
What is the first word needed to define a function?
def
What is ASCII art?
text-based art that can be printed to the console
What is missing from this statement?
quotes
When printing to the console, what comes after the print keyword?
Parentheses
Will this command execute properly when run?
yes
True or False: Console applications are entirely text-based
True
True or False: Console applications use what is known as a graphical user interface
False
Which command can display a message in the console?
print