If I set the resolution below 1, for example 0.9, Scale will give floats. ... from tkinter import * root = Tk() var = DoubleVar() scale = Scale(root, ...
確定! 回上一頁