Python Basics

Python Basics

9th - 12th Grade

6 Qs

quiz-placeholder

Similar activities

Salah Quiz

Salah Quiz

7th - 12th Grade

10 Qs

Etiquetopolis

Etiquetopolis

12th Grade

11 Qs

Gambar Teknik Bangunan

Gambar Teknik Bangunan

10th Grade

10 Qs

Generalidades Cualificación Docente

Generalidades Cualificación Docente

KG - Professional Development

10 Qs

Tema 12.8 Retroalimentación

Tema 12.8 Retroalimentación

12th Grade

11 Qs

Module 5-ICT11PT

Module 5-ICT11PT

12th Grade

10 Qs

Yr13 Unit 1: Futures & careers

Yr13 Unit 1: Futures & careers

12th Grade

10 Qs

Organizacion de oficina

Organizacion de oficina

11th Grade

10 Qs

Python Basics

Python Basics

Assessment

Quiz

Professional Development

9th - 12th Grade

Practice Problem

Hard

Created by

Loreen Obeid

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The following code has an error because

The whole statement should be a string

We cannot concatenate a string and another string

The number 1 should be considered a string so it can be concatenated

We can never concatenate a string with an integer

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

float represents

Text

Positive and negative numbers

decimals

remainder

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

declaring a variable is giving a value to it

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following variable includes a mistake

students grades = 33

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Combining two different data together occurs using

, or +

, and +

, and " ''

, or " "

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The output of the following code

print(2**3)

is

6

5

1.5

8