
PYTHON -- variables

Flashcard
•
Computers, Fun
•
9th - 12th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

10 questions
Show all answers
1.
FLASHCARD QUESTION
Front
In Python, can string variables be declared using both single and double quotes?
Back
Yes, they are interchangeable
2.
FLASHCARD QUESTION
Front
In Python, are variable names case-sensitive?
Back
Yes, variable names are case-sensitive
3.
FLASHCARD QUESTION
Front
In the following code, what value will be assigned to the variable "cat"?
mouse + cat + dog = "small" + "medium" + "large"
Back
Nothing, that operation will throw an error
4.
FLASHCARD QUESTION
Front
What will be printed by the following code?
Num = 90 Num = 20 print(Num)
Back
20
5.
FLASHCARD QUESTION
Front
Variables are used _________.
Back
to store data
6.
FLASHCARD QUESTION
Front
What does the following Python program print?
X = "Hello World!"
Y = "I can code "
Z = " In Python"
print( X + Y + Z)
Back
Hello World!I can code In Python
7.
FLASHCARD QUESTION
Front
Why is the variable name '1st_Name' invalid for Python?
Back
The variable name starts with a number.
Create a free account and access millions of resources
Similar Resources on Wayground
11 questions
Python Loops

Flashcard
•
9th - 11th Grade
2 questions
Python -- Index/String

Flashcard
•
9th - 12th Grade
10 questions
CB-IN8 Noções de Programação

Flashcard
•
KG - University
10 questions
Ôn tập chủ đề F

Flashcard
•
KG
4 questions
DO NOW: Python Exceptions Review

Flashcard
•
9th - 12th Grade
9 questions
STRING MANIPULATION (PYTHON)

Flashcard
•
11th - 12th Grade
10 questions
Recursion Flashcard

Flashcard
•
9th - 12th Grade
8 questions
Micro:bit Programming Concepts

Flashcard
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade