#try to avoid input function a = int(input("Enter any Number :")) if a < 0: print("You have entered a negative number")
Click the run button. Try to avoid input() function.