You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
297 B
15 lines
297 B
"""
|
|
C'est censé être quoi ?????
|
|
"""
|
|
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)
|
|
|
|
|