Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please help me with these codes 9. [15] Complete the program below to display the following GUI Use a lambda expression if possible. 2 0

Please help me with these codes
image text in transcribed
9. [15] Complete the program below to display the following GUI Use a lambda expression if possible. 2 0 0 Vote Andri Vote Syifa Vote Andri Vote Syifa 2 Vote Andri Vote Syifa For instance, at the beginning, the program shows the GUI on the left. If button "Vote Andri" is clicked twice the GUI in the middle is shown. After that, if button "Vode Syifa" is clicked, the GUI on the right is shown. Answer: from tkinter import class Voting: def _init__(self): self window - self.window.title("E-Vote") self.window.geometry("270x180") self.votesofAndri - self.votesOfAndri.set(e) self.votesOfSyifa - IntVar() self.votesofSyifa.set(e) self. label_andri - Label(self.window, font="Arial 18", textvariables self.votesOfAndri) self. label_syifa - Label(self window, font="Arial 18, textvariable- self.votesofsyifa) self.label_andri.grid(rowe, column) self. labelsyifa.grid(row-, column-1) self.button_andri - Button(self.window, text "Vote Andri", font="Arial 18, command- self.button_andri.grid(row-1, column) self.button_syifa Button(self.window, text-"Vote Syifa", font="Arial 18", command self.button_syifa.grid(rowi, column-1) self window gui = Voting()

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Sams Teach Yourself Beginning Databases In 24 Hours

Authors: Ryan Stephens, Ron Plew

1st Edition

067232492X, 978-0672324925

More Books

Students also viewed these Databases questions

Question

What is database?

Answered: 1 week ago

Question

What are Mergers ?

Answered: 1 week ago

Question

5 The mechanics of the circular flow model.

Answered: 1 week ago

Question

1 The difference between a command system and a market system.

Answered: 1 week ago

Question

4 How the market system adjusts to change and promotes progress.

Answered: 1 week ago