class Vector: def __init__(self, x=0.0, y=0.0): self.x = x self.y = y def ... def test2(): import tkinter from tkinter import ttk rates ...
確定! 回上一頁