Notice: You have been identified as a bot, so no internal UID will be assigned to you. If you are a real person messing with your useragent, you should change it back to something normal.
Anonymous A started this discussion 8 years ago#73,508
num1 = int(input("Enter an integer: "))
num2 = int(input("Enter a larger integer: "))
num = 0
max_num = random.randint(num1, num2)
while num <= max_num:
num += 1
print(num)