Single line if else in python

 = int(input("Enter the first number: "))

= int(input("Enter the second number: "))
print("Love you hogia"if a<else print("No love ")

Comments