Quiz Python

Quiz Python

Professional Development

12 Qs

quiz-placeholder

Similar activities

Jr cloud practitioner  (Python & BSM's)

Jr cloud practitioner (Python & BSM's)

Professional Development

10 Qs

Python Test 5A

Python Test 5A

Professional Development

10 Qs

Fundamental Python

Fundamental Python

Professional Development

14 Qs

Word Quiz

Word Quiz

Professional Development

10 Qs

Var and if

Var and if

Professional Development

10 Qs

operators in python

operators in python

Professional Development

14 Qs

Google Slide

Google Slide

Professional Development

10 Qs

pyhthon condition statement

pyhthon condition statement

Professional Development

10 Qs

Quiz Python

Quiz Python

Assessment

Quiz

Professional Development

Professional Development

Hard

Created by

Rp ics

Used 8+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 20 pts

trova la variabile giusta

1_variabile = 1

variabile 2 = 2

variabile-3 = 3

variabile_4 = 4

2.

MULTIPLE CHOICE QUESTION

30 sec • 14 pts

x = 1

print(x + '2')

TypeError

x2

3

'x+2'

3.

MULTIPLE CHOICE QUESTION

30 sec • 12 pts

avendo x = 0 come faccio il ciclo infinito?

if x == 0:

x += 1

while true:

x = x + 1

print(x)

for i in range(x)

print(x + 1)

while True:

x += 1

print(x)

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

print('l'anno scorso sono andato al mare')

il rislutato è:

l'anno scorso sono andato al mare

SyntaxError

'l'anno scorso sono andato al mare''

"l'anno scorso sono andato al mare"

5.

MULTIPLE CHOICE QUESTION

30 sec • 18 pts

lista = [ ] aggiungi una mela

print(mela)

lista.append('mela')

lista = ['mela']

lista.append['mela']

6.

MULTIPLE CHOICE QUESTION

30 sec • 20 pts

come salvo un dato nella variabile?

print('come ti chiami?')

nome = input( )

nome = "nome"

print('nome')

non si può

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

x = random.randint(1, 10)

perchè non funziona il codice?

manca una variabile

manca import

si scrive random.randimt

x è una stringa

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?