What is a module in Python?, A) A loop, B) A variable, C) A file with Python code and functions, D) A mistake in the program, Which line correctly imports the whole random module?, A) from random import randint, B) import random, C) random import, D) import randint, What does this code from random import randint do?, A) Imports all modules, B) Imports only the randint function, C) Creates a new module, D) Deletes the random module, Why do programmers create their own modules?, A) To make programs slower, B) To copy code many times, C) To organize code and reuse it in other programs, D) To remove functions

Holiday_Recap_1

by

Leaderboard

Visual style

Options

Switch template

Continue editing: ?