Python Test

Python Test

26 Qs

quiz-placeholder

Similar activities

Byte Bash-2k24

Byte Bash-2k24

KG - University

24 Qs

Python Review - Input, Output, and Math

Python Review - Input, Output, and Math

9th - 12th Grade

25 Qs

Unit 3 Quiz (Algorithms/Flowcharts and CodeHS 3.1 - 3.6)

Unit 3 Quiz (Algorithms/Flowcharts and CodeHS 3.1 - 3.6)

7th Grade

23 Qs

Python Test

Python Test

KG - University

26 Qs

QUIZ1 - Object Oriented Programming (OOP)

QUIZ1 - Object Oriented Programming (OOP)

KG - University

25 Qs

NCCE Student Knowledge Questions - programming

NCCE Student Knowledge Questions - programming

KG - University

22 Qs

English I - Vocabulary - Lesson  14

English I - Vocabulary - Lesson 14

KG - University

25 Qs

Python Test

Python Test

Assessment

Quiz

others

Hard

Created by

Alex Vera

FREE Resource

26 questions

Show all answers

1.

OPEN ENDED QUESTION

30 sec • Ungraded

Name:

Evaluate responses using AI:

OFF

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to output a string to the console in Python?
console.log "The string to be printed"
""" The string to be printed """
# The string to be printed
print "The string to be printed"

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Python?
a reptile
a spoken language
a programming language
a markup language

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
What is this variable equal to?
3
32
0
16

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
What is the data type of x?
Integer
Boolean
String
Floating point number

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
What does the str() function do?
It capitalizes all the characters in the string.
It measures the length of a string.
It gets rid of all the capitalization in your string.
It converts its content into a string.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is a single line comment in Python?
// No, I am a comment
""" This is a comment """
# I am a comment
"Pick me, I am a comment"

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?