Python Basics Unit 3.1

Python Basics Unit 3.1

12th Grade

24 Qs

quiz-placeholder

Similar activities

Lesson #4 MTA 98-375

Lesson #4 MTA 98-375

9th - 12th Grade

21 Qs

HTML Basics Quiz

HTML Basics Quiz

9th - 12th Grade

20 Qs

Javascript Conditional Statements

Javascript Conditional Statements

9th - 12th Grade

20 Qs

CSS Basics

CSS Basics

6th - 12th Grade

21 Qs

ICT Y10 WEEK 4

ICT Y10 WEEK 4

10th Grade - University

20 Qs

jQuery manipolazione DOM e ripasso

jQuery manipolazione DOM e ripasso

12th Grade

20 Qs

CodeHS Unit 5

CodeHS Unit 5

8th - 12th Grade

20 Qs

Quiz day 3 and 4

Quiz day 3 and 4

9th - 12th Grade

20 Qs

Python Basics Unit 3.1

Python Basics Unit 3.1

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Sarah Flores

Used 48+ times

FREE Resource

24 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an assignment operator in python?

+

( )

=

==

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

How do you comment in Python?

#

*

''' '''

( )

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the data type return for this code: print(type(6.8))

<class 'int'>

<class 'str'>

<class 'float'>

<class 'bool'>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the data type return for this code: print(type("hello"))

<class 'int'>

<class 'str'>

<class 'float'>

<class 'bool'>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the data type return for this code: print(type(6))

<class 'int'>

<class 'str'>

<class 'float'>

<class 'bool'>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the data type return for this code: print(type(True))

<class 'int'>

<class 'str'>

<class 'float'>

<class 'bool'>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the data type return for this code: print(type("5"))

<class 'int'>

<class 'str'>

<class 'float'>

<class 'bool'>

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?