Lesson 1 Python I Review

Lesson 1 Python I Review

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Python Data Types and Arithmetic Quiz

Python Data Types and Arithmetic Quiz

8th Grade

7 Qs

Review Python

Review Python

8th Grade

15 Qs

Homework 3- Python

Homework 3- Python

8th Grade

10 Qs

Типы данных

Типы данных

7th Grade

10 Qs

str vs int

str vs int

8th Grade

10 Qs

Introduction to Python

Introduction to Python

8th Grade

10 Qs

CodeHS Python

CodeHS Python

7th - 12th Grade

10 Qs

Understanding Python Basics

Understanding Python Basics

8th Grade - University

14 Qs

Lesson 1 Python I Review

Lesson 1 Python I Review

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

Muhammad Aldy Hassan

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is the correct syntax to print "Hello, World!" in Python?

print("Hello, World!)

print(Hello, World!)

print(Hello, World!")

print("Hello, World!")

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is a correct way to declare a variable?

variable x = 5

int x = 5

x = 5

declare x = 5

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which is the data type of 3.14 in Python?

Integer

String

Float

Boolean

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which is the data type of 314 in Python?

Integer

Float

Boolean

String

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What will be the result of the following code?

1230

133

Error

113

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What will be the result of the following code?

HelloWorld

Hello World

Hello world

Hello World!

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What will be the result of the following code?

My name is Alice and I am 25 years old.

My name is {name} and I am {age} years old.

My name is Alice and I am 25 years old

My name is Alice and I am age years old.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?