
replace() isnumeric() challenge

Quiz
•
Other
•
9th - 12th Grade
•
Hard
Devin Lachapelle
Used 2+ times
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What data type do the methods lower(), upper(), replace(), and capitalize() return?
float
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What data type does the method isnumeric() return?
float
Answer explanation
A boolean value is either True or False.
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Given the Python code below, what will be the output?
word = "hello"
result = word.replace("l", "X")
print(result)
a) "heXlo"
b) "heXXo"
c) "hello"
d) "heXIX"
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the output of the following Python code?
sentence = "Hello world! Python is fun."
new_sentence = sentence.replace("Python", "Java").replace("fun", "exciting")
print(new_sentence)
a) "Hello world! Java is exciting."
b) "Hello world! Java is fun."
c) "Hello world! Python is exciting."
d) "Hello world! Python is fun."
5.
DRAW QUESTION
1 min • Ungraded
Use your drawing skills to give this python a more interesting look.
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be the output of the following Python code?
text = "2+2+2=6"
new_text = text.replace("+","")
print(new_text)
222=6
22+2=6
2 2 2=6
2+22=6
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What value will the variable var be set to?
var = "7.95".isnumeric()
True
False
7.95
"7.95"
8.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What will be the value of the text variable after the following Python code is run?
text = "I like pasta."
text.replace("pasta", "rice")
True
False
Answer explanation
In the second line, we use the replace() method to swap "pasta" with "rice." However, we don't actually store this new string anywhere or do anything with the new string at all, so the original string stored in text stays the same.
9.
FILL IN THE BLANK QUESTION
1 min • 1 pt
I can use the ______ operator to calculate the remainder when dividing two numbers.
Similar Resources on Wayground
10 questions
Python

Quiz
•
9th - 12th Grade
10 questions
snakes

Quiz
•
3rd Grade - University
10 questions
Կայքերի ստեղծում - Դաս 4

Quiz
•
4th Grade - University
11 questions
Sistemas Aeronave - RPA ScanEagle

Quiz
•
1st - 10th Grade
14 questions
Intro to Python Programming Quiz 9B

Quiz
•
10th Grade - University
10 questions
Introductory Quiz

Quiz
•
9th - 12th Grade
12 questions
Intro to Python Programming Quiz 9C

Quiz
•
10th Grade - University
10 questions
Evaluasi Mata Pelajaran Informatika

Quiz
•
10th 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 Other
50 questions
Trivia 7/25

Quiz
•
12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
18 questions
"A Quilt of a Country"

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

Quiz
•
10th Grade
10 questions
Characteristics of Life

Quiz
•
9th - 10th Grade
14 questions
Algebra 1 SOL Review #1

Quiz
•
9th Grade