Python Programming Basics

Python Programming Basics

Assessment

Flashcard

Created by

Ariel LU

Computers

University

2 plays

Hard

Student preview

quiz-placeholder

5 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is the basic block of a Python program?

Back

Statement

2.

FLASHCARD QUESTION

Front

What symbol is used to represent the comment text in the program?

Back

#

3.

FLASHCARD QUESTION

Front

What symbol should be added at the end of the code line to divide the code into sequences?

Back

"\"

4.

FLASHCARD QUESTION

Front

What are the names that have a special meaning for the translator or compiler and should be avoided when naming variables?

Back

"keyword" or "reserved words"

5.

FLASHCARD QUESTION

Front

A legal identifier name that starts with English letters or a "_" bottom line (no numbers can be used), is of any length, and contains letters, numbers, and the bottom line "_" characters. (True or False)?

Back

True