Python : Week 0

Python : Week 0

11th Grade

7 Qs

quiz-placeholder

Similar activities

Python Strings and Variables

Python Strings and Variables

5th Grade - University

8 Qs

Python foundation

Python foundation

5th Grade - University

10 Qs

Hardest Quiz Ever

Hardest Quiz Ever

KG - Professional Development

10 Qs

Song Quiz

Song Quiz

KG - University

10 Qs

THE TWINS AND GRANNY

THE TWINS AND GRANNY

1st Grade - University

12 Qs

Danish pro player sponge bob s o1

Danish pro player sponge bob s o1

KG - Professional Development

10 Qs

Random knowledge

Random knowledge

3rd Grade - Professional Development

7 Qs

Are You Dumb Bruh

Are You Dumb Bruh

KG - University

12 Qs

Python : Week 0

Python : Week 0

Assessment

Quiz

Other

11th Grade

Medium

Created by

Frank Carmody

Used 3+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Function to convert "12" to integer.

integer("12")

whole("12")

int("12")

num("12")

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Function to print "12.0" to console.

print(int(12.0))

print(dec(12))

print(float(12))

print(num(12))

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of print("12" + "12")

24

1212

Error

"12" + "12"

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

If I type "Bob" at the prompt what is printed to the console?

hello,

Bob

hello,Bob

Error

hello,

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output if I type "mr. bob" as input.

hello,

Mr. Bob

hello,

MR. BOB

hello, Mr. Bob

hello, MR. BOB

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of this code?

0.66

0.7

0.667

0.67

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of this code?

5

Error

6

8