Python Essentials 119

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

19 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Which of the following is the correct way to print the phrase "Hello, World!" in Python? Options: print "Hello, World!", echo "Hello, World!", printf("Hello, World!"), print("Hello, World!")
Back
print("Hello, World!")
2.
FLASHCARD QUESTION
Front
What symbol is used to start a comment in Python?
Back
#
3.
FLASHCARD QUESTION
Front
Which of the following is a text-based programming language? Scratch, Python, Photoshop, Excel
Back
Python
4.
FLASHCARD QUESTION
Front
What is the output of the following code snippet?
```python
print("Python" + " " + "Rocks!")
```
Back
Python Rocks!
5.
FLASHCARD QUESTION
Front
What is the correct file extension for Python files?
Back
.py
6.
FLASHCARD QUESTION
Front
Which of the following is true about the print() function in Python? It can only print strings., It sends output to the console., It is used to read input from the user., It cannot print variables.
Back
It sends output to the console.
7.
FLASHCARD QUESTION
Front
What will be the output of the following code?
```python
# This is a comment
print("Comments are fun") # This is an inline comment
```
Back
Comments are fun
Create a free account and access millions of resources
Similar Resources on Wayground
12 questions
Programming Languages Vocabulary

Flashcard
•
9th - 12th Grade
17 questions
Python -- Arithmetic Operators

Flashcard
•
9th - 12th Grade
17 questions
python

Flashcard
•
9th - 12th Grade
15 questions
PCEP Section 1A: Understand fundamental terms and definitions

Flashcard
•
12th Grade
15 questions
Python

Flashcard
•
10th - 12th Grade
13 questions
python advance

Flashcard
•
10th Grade
15 questions
Python Comparison , logical operators & If statement

Flashcard
•
9th - 12th Grade
16 questions
Introduction to Programming Vocabulary

Flashcard
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

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

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade