RocketHourQuestion 1 of 3
num_1 = int(input("Enter the first number: "))
num_2 = int(input("Enter the second number: "))
if (*condition_1*):
print("The first number is definitely bigger!")
else:
print("I'm not sure...")