python语法

类的继承

 class A:
 class B(A):

导入库

 from Tkinter import END


你可能感兴趣的:(python语法)