
Python Course Flashcard

Flashcard
•
Instructional Technology
•
10th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

46 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Which of the following variable names are valid in Python? Testing123, testing_123, TESTING
Back
All of these are valid
2.
FLASHCARD QUESTION
Front
What is wrong with the following code?
ageInYears = input("How old are you? ") ageInDays = ageInYears * 365
Back
ageInYears is a string and can't be used in a mathematical expression
3.
FLASHCARD QUESTION
Front
Which operator produces a True result only if both joined expressions are True? Options: and, or, not, !=
Back
and
4.
FLASHCARD QUESTION
Front
What type of value is held in the "answer" variable after the following code runs? answer = (1 + 5) >= (6 - 1)
Back
Boolean
5.
FLASHCARD QUESTION
Front
Which of the following best describes a program trace?
Back
A temporary print() statement that gives you clues as to how the program is running
6.
FLASHCARD QUESTION
Front
Which of the following is NOT a common Python debugger command? fix (f), step (s), continue (c), All of these are common debugger commands
Back
fix (f)
7.
FLASHCARD QUESTION
Front
Which of the following best describes the difference between a list and a tuple? List contents can be changed, while tuple contents cannot be changed after the tuple is initialized, Lists can store any data type, while tuples are restricted to a single data type, Lists can store small numbers of elements, while tuples are better at storing larger data sets, Nothing is different; lists and tuples are just two names for the same thing in Python
Back
List contents can be changed, while tuple contents cannot be changed after the tuple is initialized.
Create a free account and access millions of resources
Similar Resources on Wayground
37 questions
AP CSP - Unit 4 Code.org Review

Flashcard
•
9th - 12th Grade
37 questions
AP CSP - Unit 4 Code.org Review

Flashcard
•
9th - 12th Grade
32 questions
Unit 3 FINAL Flashcard - APCSP

Flashcard
•
10th Grade
44 questions
Information Technology Flashcard

Flashcard
•
8th Grade
40 questions
Collaboration in Software Development

Flashcard
•
11th Grade
46 questions
Coding Post-Test Practice

Flashcard
•
7th - 12th Grade
50 questions
Vocabulary Flashcard

Flashcard
•
9th Grade
41 questions
Int Prog Semester 1 Final

Flashcard
•
8th Grade
Popular Resources on Wayground
10 questions
SR&R 2025-2026 Practice Quiz

Quiz
•
6th - 8th Grade
30 questions
Review of Grade Level Rules WJH

Quiz
•
6th - 8th Grade
6 questions
PRIDE in the Hallways and Bathrooms

Lesson
•
12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
15 questions
Subtracting Integers

Quiz
•
7th Grade