Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

question # 7 dropdown complete the code to change the label to have a f…

Question

question # 7
dropdown
complete the code to change the label to have a font size of 16.
w = tk.label(root, text=\books\, bg=\purple\, fg=\white\, = \arial 16\)

Explanation:

Step1: Identify font - size parameter in tkinter

In tkinter, the font parameter is used to set font - related properties including size.

Step2: Fill in the code

The missing part of the code should be font.

Answer:

font