python:实现Clock时钟
import tkinter
from time import strftime
top = tkinter.Tk()
# setting title of the App
top.title("Clock")
# restricting the resizable property
top.resizable(
import tkinter
from time import strftime
top = tkinter.Tk()
# setting title of the App
top.title("Clock")
# restricting the resizable property
top.resizable(