Вопросы по модулю random

Вопросы по модулю random

12th Grade

25 Qs

quiz-placeholder

Similar activities

CPM2 Quiz Review

CPM2 Quiz Review

10th - 12th Grade

25 Qs

Lists

Lists

11th - 12th Grade

28 Qs

Python: Chapter 5 - Review Questions

Python: Chapter 5 - Review Questions

10th Grade - University

21 Qs

Python Fundamentals

Python Fundamentals

12th Grade

22 Qs

Strings, Lists & Tuples

Strings, Lists & Tuples

9th - 12th Grade

20 Qs

python quiz

python quiz

12th Grade

20 Qs

list in python

list in python

12th Grade

20 Qs

Python Pygame

Python Pygame

12th Grade

22 Qs

Вопросы по модулю random

Вопросы по модулю random

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Ерасыл Тлеудин

Used 5+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function from the random module returns a random number between 0 and 1 (excluding 1)?

randint

random

randrange

choice

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function selects a random element from a list?

randint

sample

choice

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the shuffle function do?

Shuffles the list in place

Selects a random element from the list

Returns a random number between 0 and 1

Returns a list of random elements

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function returns a random integer in the range [a, b] (including both ends)?

randint

random

sample

choices

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the function randrange return?

A random integer between a and b (inclusive of b)

A random integer between a and b (exclusive of b)

A random element from a list

A list of random numbers

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function allows you to select several unique random elements from a list?

sample

choice

choices

shuffle

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In which function can you specify weights for selecting elements from a list?

choices

choice

sample

randrange

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?