subject

In this GUI, the components in the frame are organized in a grid that has import tkinter as tk
2. from tkinter import ttk
3. class TipCalcFrame(ttk. Frame):
4. def __init__(self, parent):
5. ttk. Frame.__init__(self, parent, padding="20 20 20 20")
6. self. pack()
7. self. mealCost = tk. StringVar()
8. self. tipPercent = tk. StringVar()
9. self. tipAmount = tk. StringVar()
10. ttk. Label(self, text="Cost of your meal:").grid(
column=0, row=0, sticky=tk. E)
11. ttk. Entry(self, width=30, textvariable=self. mealCost).grid(
column=1, row=0)
12. ttk. Label(self, text="Percent to leave as a tip:").grid(
column=0, row=1, sticky=tk. E)
13. ttk. Entry(self, width=30, textvariable=self. tipPercent).grid(
column=1, row=1)
14. ttk. Label(self, text="Tip amount:").grid(
column=0, row=2, sticky=tk. E)
15. ttk. Entry(self, width=30, textvariable=self. tipAmount,

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 08:00
Apex q: what does a low employment rate indicate? a. not many people are earning high salaries b. not many people are going to college c. not many people are renting their homes d. not many people have jobs
Answers: 2
question
Computers and Technology, 22.06.2019 10:50
Write a 3-4 page apa formatted paper comparing your organization’s it strategy with the best practices outlined in your course text. content should include, but not be limited to: developing and delivering on the it value, developing it strategy for the business value and linking it to business metrics. your paper should include an abstract and a conclusion and a reference page with 3-5 references
Answers: 1
question
Computers and Technology, 23.06.2019 09:00
What provides an array of buttons for quick access to commonly used commands and tools
Answers: 1
question
Computers and Technology, 23.06.2019 11:30
Me dangers of social media and the internetexplain what each means: 1) social media and phones have become an addiction.2) outside people have access to you all the time.3) cyberstalking4) cyberbullying5) catphishing6) viruses7) identity theft8) credit card fraud9) hacking10) money schemes
Answers: 1
You know the right answer?
In this GUI, the components in the frame are organized in a grid that has import tkinter as tk
Questions
question
Mathematics, 01.02.2021 02:30
question
English, 01.02.2021 02:30
question
English, 01.02.2021 02:30
Questions on the website: 13722367