Data types in python

Data types in python

6th - 8th Grade

7 Qs

quiz-placeholder

Similar activities

Intro to variables (Scratch)

Intro to variables (Scratch)

5th - 8th Grade

10 Qs

Intro to Python

Intro to Python

KG - University

10 Qs

Python Variables

Python Variables

6th Grade

10 Qs

Python

Python

7th - 8th Grade

12 Qs

Python Data Types

Python Data Types

8th Grade

10 Qs

Programming Basics Basics

Programming Basics Basics

8th Grade - University

10 Qs

Data Types

Data Types

5th - 8th Grade

10 Qs

Introduction To Python

Introduction To Python

6th - 8th Grade

9 Qs

Data types in python

Data types in python

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

M Dearing

Used 15+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is an integer

4.3

4

("Hello")

True

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is an float

4.3

4

("Hello")

True

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is boolean

4.3

4

("Hello")

True

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is string

4.3

4

("Hello")

True

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is a variable

boolean

true

score

=score

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If I try to add to strings it will just put them next to each other

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default data type in python?

integer

float

string

variable