print("Enter a value") value = input() if not value.isnumeric(): print("Enter a Number not text") elif int (value) == 10: print("The value is 10") elif int (value) == 12: print("The value is not 10")
1.4m articles
1.4m replys
5 comments
57.0k users