Privacy Policy for Digital Grow 100 At Digital Grow 100, accessible from https://digitalgrow100.blogspot.com, one of our main priorities is the privacy of our visitors. This Privacy Policy document contains types of information that is collected and recorded by Digital Grow 100 and how we use it. If you have additional questions or require more information about our Privacy Policy, do not hesitate to contact us. This Privacy Policy applies only to our online activities and is valid for visitors to our website with regards to the information that they shared and/or collect in Digital Grow 100. This policy is not applicable to any information collected offline or via channels other than this website. Our Privacy Policy was created with the help of the TermsFeed Privacy Policy Generator . Consent By using our website, you hereby consent to our Privacy Policy and agree to its terms. Information we collect The personal information that you are asked to provide, and the r...
Posts
How to make CALCULATOR using PYTHON
- Get link
- X
- Other Apps
HOW TO MAKE CALCULATER ? ⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇ from tkinter import Tk, Label, Button, Entry class Root(Tk): def __init__(self): super().__init__() self.title_label = Label(self, text="A simple eval-based calculator, \nnot for production usage :)") self.title_label.pack() self.entry = Entry(self) self.entry.pack() self.entry.insert(0, "1+2") self.label = Label(self, text="") self.label.pack() self.button = Button(self, text="Compute", command=self.onclick) self.button.pack() def onclick(self): self.label.configure(text=str(eval(self.entry.get()))) root = Root() root.mainloop() Enter this code to make calculator.
The Indian Festival
- Get link
- X
- Other Apps
India is a land of festivals. In every month of we see a festival in India like- 1-Makar Sakaranti 2-Basant Panchmi 3-Baisakhi 4-Eid Ul Fitr 5-Hemish 6-Diwali 7-Holi 8-Durga puja, etc many festival in India. But there are some most popular festival in India age- 1-Holi 2-Diwali 3-Eid Ul Fitr these are the most popular festival in India.
Marketing
- Get link
- X
- Other Apps
Marketing means selling or buying a product. There are two types of marketing: 1-offline marketing 2-online marketing There are many different between both marketing. Offline marketing: In offline marketing we can go out of our house see all product and select which are best to buy. Online marketing: In online marketing we are looking our mobile,laptop,computer and search which product to use ful me.