If our program reaches the else statement then it will display Valid data point in the console.
else
Valid data point
Make sure to pick print followed by ( and then "Valid data point", ).
print
(
"Valid data point"
)