Python - Standard Library Usage
What does the
random.randint(a, b) function do in Python?random.randint(a, b) function do in Python?random.randint(a, b) generates a random integer between two given numbers a and b, inclusive.random.uniform, random.choice, and random.shuffle.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions