1 changed files with 11 additions and 0 deletions
@ -1 +1,12 @@ |
|||||
import tkinter as tk |
import tkinter as tk |
||||
|
float i : pouces |
||||
|
float m : millimètre |
||||
|
def callback(valeure en pouce ou en milimetre?): |
||||
|
if (i): |
||||
|
convert to(i) |
||||
|
else: |
||||
|
(m) |
||||
|
convert to (m) |
||||
|
|
||||
|
s = Spinbox(fenetre, from_=0, to=100000000000000000000000000000000) |
||||
|
|
||||
|
|||||
Loading…
Reference in new issue