stephenh407 stephenh407 18-10-2022 Computers and Technology contestada What is the error in the code below? finished = False while finished != False: value = int(input("Enter a number")) value = value * 3 print("The value is ", value)