Im trying to make a project for School, so I tried using a code, but when am running the code, it is supposed to display the heading as ‘HOSPITAL MANAGEMENT SYSTEM’, but it is showing an empty
the below image has the code im using.
Code
and rather than showing the output needed, it’s showing blank output
Output
2
Answers
Do that in your main function-
root=Tk()
Hospital(root)
root.mainloop()
Hi here is a code that make what I understand you want :
Hope it is what you want