Python magic lesson 3

Python magic lesson 3

8th Grade

6 Qs

quiz-placeholder

Similar activities

Basics of Programming

Basics of Programming

8th Grade

10 Qs

Module 3 - Python Key words

Module 3 - Python Key words

8th Grade

10 Qs

Python User Input Quiz

Python User Input Quiz

6th Grade - University

10 Qs

Python for Class 7

Python for Class 7

7th - 8th Grade

11 Qs

Input and Output Operations in Python

Input and Output Operations in Python

6th - 10th Grade

11 Qs

Python Inputs

Python Inputs

6th - 10th Grade

11 Qs

Lesson 1 Python I Review

Lesson 1 Python I Review

6th - 8th Grade

10 Qs

F3 CL Python Ch01

F3 CL Python Ch01

1st - 12th Grade

10 Qs

Python magic lesson 3

Python magic lesson 3

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Bhaskar Saxena

Used 18+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What Python function is used when you want the user to type something in?

print()

int()

input()

idle()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does casting mean?

Adding two variables together

Changing the data type of a variable

Printing out a user input

Surrounding a gift with pretty paper

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will the following program print out?

74

11

number1 + number2

Error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What data type is number1

String

Integer

Both of the above

None of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which of the following is not the name of a variable?

name

number1

32

number2

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is line number 5 doing?

Adding two numbers together

Turning number2 from a string into an integer

Turning number2 from a integer into an string

Explaining what the program does

Discover more resources for Computers