sonubonubonbon sonubonubonbon 29-02-2024 Computers and Technology contestada Create a flowchart for this python program num1=int(input(“enter a number”)) num2=int(input(“enter another number”)) if num1 > num2: print(“The first number is bigger”) else: print(“Both number are same”)