Search Header Logo

replace() isnumeric() challenge

Authored by Devin Lachapelle

Other

9th - 12th Grade

Used 2+ times

replace() isnumeric() challenge
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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?

boolean
string

float

integer

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data type does the method isnumeric() return?

boolean
string

float

integer

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.

Media Image

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"

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?