8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f354faf commit d410a78Copy full SHA for d410a78
session_05/exercises/multiple_choice_5.md
@@ -13,14 +13,12 @@
13
- contain
14
15
3. What does the random.randint() function do?
16
-
17
- picks a random number from 0 to 1
18
- picks a random number from a range you specify - A
19
- picks a random item from a list
20
- picks a random function
21
22
4. What does the random.choice() function do?
23
24
25
- picks a random number from a range you specify
26
- picks a random item from a list - A
@@ -78,7 +76,7 @@ while number <= ?:
78
76
number += 1
79
77
80
- 3, random
81
-- 4, randint
+- 4, randint - A
82
- 5, choice
83
- 4, random
84
0 commit comments