Random Numbers app between numbers 2022-09-28 import random a= int(input("how many random number you need : ")) k = int(input("random number between : ")) l = int(input(" and :")) print (a , "random numbers between : ",k," and ",l," ... ") for x in range (a): print(random.randrange(k,l)) Twitter WhatsApp Telegram Facebook