Moduli in Python

Moduli in Python

9th Grade

20 Qs

quiz-placeholder

Similar activities

Python Domain

Python Domain

9th - 12th Grade

20 Qs

Python programming

Python programming

6th - 12th Grade

16 Qs

Basics Python

Basics Python

8th - 10th Grade

20 Qs

Python бағдарламау тілінен тест сұрақтары

Python бағдарламау тілінен тест сұрақтары

9th - 12th Grade

21 Qs

Python basic

Python basic

9th Grade

21 Qs

A4 - Il linguaggi di programmazione C++ SELEZIONE

A4 - Il linguaggi di programmazione C++ SELEZIONE

2nd Grade - University

15 Qs

Python Code with Mosh review

Python Code with Mosh review

9th Grade

18 Qs

Python Essentials 119

Python Essentials 119

9th - 12th Grade

20 Qs

Moduli in Python

Moduli in Python

Assessment

Quiz

Computers

9th Grade

Easy

Created by

Giulia Iannattone

Used 13+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Qual è il modulo in Python che fornisce funzioni per lavorare con file e directory?

os

sys

math

randomize

2.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Qual è il metodo per importare un modulo in Python?

import module_name

include module_name

from module_name import

inport module_name

3.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

  1. Cosa fa il dir() in Python?

  1. Restituisce una lista di nomi di attributi e metodi di un modulo

  1. Stampa a schermo un messaggio

  1. Restituisce l'indirizzo di memoria di una variabile

4.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

  1. Quale modulo Python viene utilizzato per la creazione di interfacce grafiche?

  1. tkinter

os

pickle

random

5.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Qual è il ruolo del modulo sys in Python?

Il modulo sys in Python fornisce funzionalità per la manipolazione di stringhe

Il modulo sys in Python è utilizzato per la gestione dei database

Il ruolo del modulo sys in Python è fornire accesso a variabili e funzioni legate all'interprete.

Il modulo sys in Python gestisce la grafica dell'interfaccia utente

6.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

  1. Quali sono i tipi di dati principali in Python?

  1. Integer, String, List, Tuple, Set, Dictionary

  1. Integer, String, Boolean, Float, None

  1. List, Tuple, Set, Dictionary, Complex

7.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Come si ottiene la data corrente utilizzando il modulo datetime in Python?

datetime.currentDate()

datetime.day()

datetime.now()

datetime.curret()

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?