Skip to content

Instantly share code, notes, and snippets.

import tkinter as tk
from tkinter import messagebox
#--------Function------------
def calculate_bmi():
try:
weight = float(weight_entry.get())
height_cm = float(height_entry.get())