A program that contains a main function and a custom, void function named show_larger that takes two random integers as parameters.
Explanation:
def main():
value_1=random.randrange(1,6)
value_2=random.rangrange(1,6)
def show_larger():
difference= value_1=-value_2
if value_1 == value_2:
print('The integers are equal, both are' + str(value_1))