UDA-python-variables

UDA-python-variables

5th - 9th Grade

5 Qs

quiz-placeholder

Similar activities

TUGAS PENGIMBASAN TOT

TUGAS PENGIMBASAN TOT

5th Grade

10 Qs

Mathematics Games

Mathematics Games

5th Grade

10 Qs

PEMDAS Review

PEMDAS Review

5th - 6th Grade

10 Qs

Chapter 3 : Algebraic Formulae ( Form 2 )

Chapter 3 : Algebraic Formulae ( Form 2 )

8th Grade

10 Qs

Ai nhanh hơn

Ai nhanh hơn

5th Grade

10 Qs

Stat sec 3

Stat sec 3

9th - 12th Grade

10 Qs

Kelipatan Persekutuan Terkecil

Kelipatan Persekutuan Terkecil

5th Grade

10 Qs

Online Homework for Prep 1

Online Homework for Prep 1

7th Grade

10 Qs

UDA-python-variables

UDA-python-variables

Assessment

Quiz

Mathematics, Computers

5th - 9th Grade

Practice Problem

Hard

Created by

egezon baruti

Used 10+ times

FREE Resource

AI

Enhance your content

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

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which line of Python code is valid?

var a = 12

a = 12

a: 12

12 = a

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the best variable name for Player 1's username?

p1 user name = "taulant"

1_player_username = "taulant"

palyer1_username = "taulant"

p1u = "taulant"

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which block of code will produce an error?

time_until_midnight = "5"

print ( "There are " + time_until_Midnight + " hours until midnight" )

input = "5"

print ( "There are " + input+ " hours until midnight" )

time_until_midnight = "5"

print ( "There are " + time_until_midnight + " hours until midnight" )

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What's the output for the following code?


print( len( "95637+12" ))

15

95649

8

95659

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

A

B

C

D