Quiz di Programmazione Python

Quiz di Programmazione Python

2nd Grade

10 Qs

quiz-placeholder

Similar activities

Pemrograman

Pemrograman

1st - 10th Grade

10 Qs

IE2001 - Cuestionario - Arduino

IE2001 - Cuestionario - Arduino

1st - 3rd Grade

11 Qs

Paint Menu

Paint Menu

2nd Grade

10 Qs

ASK FORM 2

ASK FORM 2

2nd Grade

11 Qs

Python Quiz-1

Python Quiz-1

1st - 3rd Grade

10 Qs

Python Pages 10 to 26

Python Pages 10 to 26

1st - 5th Grade

15 Qs

Python

Python

2nd - 3rd Grade

10 Qs

Python Quiz-2

Python Quiz-2

1st - 3rd Grade

10 Qs

Quiz di Programmazione Python

Quiz di Programmazione Python

Assessment

Quiz

Computers

2nd Grade

Hard

Created by

vincenzo cicco

Used 5+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

print("he77o w0rld".isdigit()) restituisce:

False

True

Errore

Niente

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In un ciclo for i in range(2, 10, 2): print(i), cosa viene stampato?

2 4 6 8

2 3 4 5 6 7 8 9

2 4 6 8 10

4 6 8 10

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

s = [1, 2, 3, 4]; s.reverse() produce:

[4, 3, 2, 1]

[1, 2, 3, 4]

4, 3, 2, 1

[3, 4, 1, 2]

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

print("Python Programma Perfetto".find("p")) restituisce:

1

-1

Errore

0

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Qual è l'output di print("abcdefghi"[::3])?

abcde

ace

bd

ae

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Qual è l'output di print("Hello World".upper())?

hello world

HELLO WORLD

HELLO world

Hello World

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

print([1, 2, 3] + [4, 5, 6]) restituisce:

[4, 5, 6, 1, 2, 3]

1, 2, 3, 4, 5, 6

[1, 2, 3, 4]

[1, 2, 3, 4, 5, 6]

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?