Python magic lesson 3

Python magic lesson 3

8th Grade

6 Qs

quiz-placeholder

Similar activities

Bài 6

Bài 6

8th Grade

10 Qs

Minecraft Education Python

Minecraft Education Python

7th - 9th Grade

10 Qs

Minecraft - Python Rivision

Minecraft - Python Rivision

7th - 9th Grade

10 Qs

Basics of Programming

Basics of Programming

8th Grade

10 Qs

ASK T2: KOD ARAHAN (JENIS DATA)

ASK T2: KOD ARAHAN (JENIS DATA)

8th Grade

10 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

SỬ DỤNG BIẾN VÀ HẰNG TRONG CHƯƠNG TRÌNH - 2

SỬ DỤNG BIẾN VÀ HẰNG TRONG CHƯƠNG TRÌNH - 2

8th - 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