randint
(
a
,
b
)
Returns a random integer between the two specified values, inclusive.
a
The lower bound of the range
b
The upper bound of the range
randint(1, 10)
7
randint(1, 10)
10
PyTamaro is a project created by the Lugano Computing Education Research Lab at the Software Institute of USI
Privacy Policy • Platform Version ede3c94 (Fri, 23 May 2025 14:43:18 GMT)