Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

No, it is not true that Tkinter cannot identify any kind of function. Tkinter can identify and use any function that is defined and implemented within the Python code, as long as it meets the expected parameters and return types. In fact, Tkinter relies heavily on functions for its event handling and user interface behaviors.