Write a short note on randint().
Question :
Write a short note on randint().
If we wanted a random integer, we can use the randint() function. Randint accepts two parameters: a lowest and a highest number, and returns an integer between lowest and highest (including both).