мои операторы try для обнаружения ошибок неправильных типов данных не возвращают операторы print с предложениями пользователю, однако функция, выполняемая ниже, запускает
except (ValueError,TypeError, NameError):
#issue the try statements is not executing the print statements but running the function okay
print("put in the right value,suggestions are provided")
print("Please read suggestions carefully and input a suitable choice")
overalldat1.chooSefunction()
else:
overalldat1.chooSefunction()