Apply for Zend Framework Certification Training

Python





 

 

 

from tkinter import *
base = Tk()
base.geometry('700x300')
base.title('Hello their')
baselabel = Label(base,
                  text='Uncodemy.com',
                  height=3,
                  width=40,
                  bg='lightgray',
                  font=('Vardana',18,'bold'),
                  justify=CENTER,
                  cursor='hand2'
                  )
baselabel.pack(pady=20)
base.mainloop()

 

< First Getting Started With CodeIgniter URL Routing >



Ask a question



  • Question:
    {{questionlistdata.blog_question_description}}
    • Answer:
      {{answer.blog_answer_description  }}
    Replay to Question


Back to Top