Python May 3

Python May 3

5th Grade

21 Qs

quiz-placeholder

Similar activities

2/12/24 Review

2/12/24 Review

5th Grade

20 Qs

Desafio 23

Desafio 23

1st - 12th Grade

20 Qs

Graphing Linear Inequalities

Graphing Linear Inequalities

4th - 10th Grade

16 Qs

logos

logos

KG - 12th Grade

20 Qs

EXAMEN DE MATEMÁTICAS

EXAMEN DE MATEMÁTICAS

1st - 9th Grade

20 Qs

1.2 Bentuk Pemilikan Perniagaan

1.2 Bentuk Pemilikan Perniagaan

4th - 5th Grade

25 Qs

mtk asyik

mtk asyik

KG - Professional Development

20 Qs

Cars

Cars

5th Grade - University

17 Qs

Python May 3

Python May 3

Assessment

Quiz

Other

5th Grade

Medium

Created by

Devlin Bell

Used 2+ times

FREE Resource

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a correct syntax to output "Hello World" in Python?

echo("Hello World");

print("Hello World")

p("Hello World")

echo "Hello World"

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you insert COMMENTS in Python code?

#This is a comment

//This is a comment

/*This is a comment*/

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is NOT a legal variable name?

_myvar

Myvar

my-var

my_var

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a variable with the numeric value 5?

x = 5

x = int(5)

Both the other answers are correct

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a variable with the floating number 2.8?

x = float(2.8)

Both the other answers are correct

x = 2.8

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax to output the type of a variable or object in Python?

print(typeof(x))

print(typeof x)

print(typeOf(x))

print(type(x))

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to create a function in Python?

def myFunction():

create myFunction():

function myfunction():

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?