Lesson 1 Python I Review

Lesson 1 Python I Review

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Python Basics

Python Basics

8th - 10th Grade

10 Qs

Python Basics

Python Basics

6th Grade - University

10 Qs

CodeHS Python Variables

CodeHS Python Variables

7th - 12th Grade

10 Qs

CodeHS Python

CodeHS Python

7th - 12th Grade

10 Qs

ASK F2 -KOD ARAHAN (PYTHON)

ASK F2 -KOD ARAHAN (PYTHON)

1st Grade - University

15 Qs

str vs int

str vs int

8th Grade

10 Qs

Introduction to Python

Introduction to Python

8th Grade

10 Qs

Python Basic Unit 1

Python Basic Unit 1

7th - 8th Grade

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?