print(radio_button_var.get()) # The get() method returns the value of the item with the specified key. radio_button_var = tk.StringVar() # create a variable radio ...
# Radiobutton(root, text="Option 1", variable=r, value=1, command=lambda: click(r.get())).pack() # Radiobutton(root, text="Option 2", variable=r, value=2, command ...
一部の結果でアクセス不可の可能性があるため、非表示になっています。
アクセス不可の結果を表示する