I am wiritng the python code. If you will run this code you will
get different output each time. The output will range between 3 and
6.
Code:
import random
num = random.randint(3, 6)
print("Random integer: ", num)
Output 1:
Output 2:
Output 3:
Get Answers For Free
Most questions answered within 1 hours.