Python for kids and teenagers  - Level 1

Python for kids and teenagers - Level 1

10th Grade

15 Qs

quiz-placeholder

Similar activities

Foundations of Programming

Foundations of Programming

9th - 10th Grade

18 Qs

Python basics

Python basics

9th - 12th Grade

16 Qs

Python Print Statement

Python Print Statement

6th - 10th Grade

12 Qs

Python Basics Review (TSK)

Python Basics Review (TSK)

9th - 12th Grade

20 Qs

Procedures and Functions

Procedures and Functions

10th Grade

20 Qs

Exploring Python: Input and Output Essentials

Exploring Python: Input and Output Essentials

9th Grade - University

10 Qs

Python Basics

Python Basics

8th - 10th Grade

10 Qs

Python  beginners quiz

Python beginners quiz

9th - 10th Grade

10 Qs

Python for kids and teenagers  - Level 1

Python for kids and teenagers - Level 1

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Mariam Barbary

Used 5+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

the missing part of the code below to output "Hello World".

...........("Hello World")


type

output

print

input

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Python?

a game

a program

a programming language

an animal

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which of these codes is correct?

print("Hello, World!")


print(Hello, World!)

print"Hello, World!"

print:"Hello, World!",

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Comments in Python are written with a special character, which one?


" "

#

!

\n

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Create a variable named carname and assign the value Volvo to it.


carname= 'Volvo'

Volvo = 'carname'

carname = Volvo

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which is illegal to choose in the variable name?

to start the name with a number

to start the name with a letter

to start the name with an underscore ( _ )

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

x = 5

What is the function that used to get the data type stored in x?

type(x)

get(x)

print(x)

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?