Python Intro 1

Quiz
•
Computers
•
7th - 12th Grade
•
Hard

Coder Khwaja
Used 11+ times
FREE Resource
11 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which Python code segment will display “Hello, world!” on the screen?
display Hello, world!
print("Hello, world!")
print "Hello, world!"
"Hello, world!"
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the following Python code display?
print("Hello")
print("World")
Hello
World
HelloWorld
Hello World
Hello
World
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the following Python code display?
print("Hello" , "World")
Hello
World
HelloWorld
Hello World
Hello
World
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Look at the code below . What is the name of the command (function) below ?
print("Hello" , "World")
Hello
Hello World
World
World
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Look at the code below .
How many parameters does the command(function) have ?
print("Hello" , "World")
0
1
2
3
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Look at the code below .
How many parameters does the command(function) have ?
print("Hello")
0
1
2
3
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
"Python"
String , int , float ?
int
float
String
Create a free account and access millions of resources
Similar Resources on Wayground
12 questions
Computer Systems - How the web works - Lesson 7

Quiz
•
8th Grade
12 questions
Java Strings

Quiz
•
9th - 12th Grade
10 questions
Типы данных

Quiz
•
7th Grade
12 questions
Python

Quiz
•
7th - 8th Grade
10 questions
Year 7 Python Lesson 1 Recap

Quiz
•
8th Grade
10 questions
Programming in Java

Quiz
•
8th Grade
11 questions
Python Quiz

Quiz
•
12th Grade
12 questions
Python - Data Types and Operators

Quiz
•
7th Grade
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade
Discover more resources for Computers
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade
6 questions
RL.10.1 Cite Evidence

Quiz
•
10th Grade