Python Made Easy

Python Made Easy

15 Qs

quiz-placeholder

Similar activities

Python

Python

6th - 10th Grade

17 Qs

Python Beginner

Python Beginner

9th - 10th Grade

16 Qs

Python String Data Structure

Python String Data Structure

10th - 12th Grade

12 Qs

Python list, if

Python list, if

6th - 12th Grade

20 Qs

Python grade 8

Python grade 8

8th Grade

20 Qs

Errors in Python

Errors in Python

9th - 12th Grade

12 Qs

Python debug & calculations

Python debug & calculations

8th - 9th Grade

15 Qs

Python review 1

Python review 1

8th Grade

18 Qs

Python Made Easy

Python Made Easy

Assessment

Quiz

Computers, Mathematics

Hard

Created by

Dinesh Nanda

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the answer to this expression, 22%3 is

7

1

0

5

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

x^y

x**y

x^^y

None of these

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of theses is floor division

/

//

%

None of theses

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

echo("Hello World")

echo "Hello World"

print("Hello World")

PRINT("Hello World")

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is NOT a legal variable name?

my_var

myvar

_myvar

my-var

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator can be used to compare two values?

=

<>

><

==

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the word (command) used to display numbers and text on the screen?
print
input
output
command

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?