What is a class in Python?
Anonymous Quiz
67%
A blueprint for creating objects
17%
A function inside an object
17%
A variable inside an object
0%
A specific object instance
π₯1
In Python, what is 'self' in a class method?
Anonymous Quiz
25%
A variable that holds the class name
25%
A reference to the class itself
50%
A reference to the instance that calls the method
0%
A placeholder for future arguments
π₯1
What will this list comprehension produce:
[x**2 for x in range(5)]
[x**2 for x in range(5)]
Anonymous Quiz
0%
[0, 1, 2, 3, 4]
29%
[1, 4, 9, 16, 25]
57%
[0, 1, 4, 9, 16]
14%
[1, 2, 3, 4, 5]
π₯1
In OOP, what is the benefit of using encapsulation?
Anonymous Quiz
50%
Improved code organization
0%
Code reusability
50%
Enhanced code readability
0%
Increased system performance
π₯1
Forwarded from Hindi FHD Series
Media is too big
VIEW IN TELEGRAM
Mirzapur (2024) 720p HEVC HDRip Hindi S03[E01-05] Complete x265 AAC 2.0 ESub.mkv
π₯ @Hindi_FHD_Movies
π₯ @Hindi_FHD_Movies
π₯1
Forwarded from Hindi FHD Series
Media is too big
VIEW IN TELEGRAM
Mirzapur (2024) 720p HEVC HDRip Hindi S03[E06-10] Complete x265 AAC 2.0 ESub.mkv
π₯ @Hindi_FHD_Movies
π₯ @Hindi_FHD_Movies
π₯1
--- Do you like me Source Code ---
import tkinter as tk
import random
def show_popup():
popup = tk.Toplevel(root)
popup.title("Popup")
label = tk.Label(popup, text="Thanks for Accepting")
label.pack(padx=20, pady=20)
def move_button(event):
x = random.randint(0, 350)
y = random.randint(0, 350)
no_button.place(x=x, y=y)
root = tk.Tk()
root.title("instagram: @pythonlearnerr")
root.geometry("400x400")
question_label = tk.Label(root, text="Do you like me?")
question_label.pack(pady=20)
yes_button = tk.Button(root, text="Yes", command=show_popup)
yes_button.pack()
no_button = tk.Button(root, text="No")
no_button.pack()
no_button.bind("<Enter>", move_button)
root.mainloop()
import tkinter as tk
import random
def show_popup():
popup = tk.Toplevel(root)
popup.title("Popup")
label = tk.Label(popup, text="Thanks for Accepting")
label.pack(padx=20, pady=20)
def move_button(event):
x = random.randint(0, 350)
y = random.randint(0, 350)
no_button.place(x=x, y=y)
root = tk.Tk()
root.title("instagram: @pythonlearnerr")
root.geometry("400x400")
question_label = tk.Label(root, text="Do you like me?")
question_label.pack(pady=20)
yes_button = tk.Button(root, text="Yes", command=show_popup)
yes_button.pack()
no_button = tk.Button(root, text="No")
no_button.pack()
no_button.bind("<Enter>", move_button)
root.mainloop()
π₯1
This media is not supported in your browser
VIEW IN TELEGRAM
Thank you Everyone
For 800 subscribers π₯³
For 800 subscribers π₯³
π₯1
Best Deal Available only at 19999 rs π₯
Apply SBI Credit card and get it at 15500 rs π₯
Limited-time deal: Samsung Galaxy Tab S6 Lite 26.31 cm (10.4 inch), S-Pen in Box, Slim and Light, Dolby Atmos Sound, 4 GB RAM, 64 GB ROM, Wi-Fi Tablet, Gray Upto INR 5000 Bank Discount https://amzn.in/d/0vxUJI4
Apply SBI Credit card and get it at 15500 rs π₯
Limited-time deal: Samsung Galaxy Tab S6 Lite 26.31 cm (10.4 inch), S-Pen in Box, Slim and Light, Dolby Atmos Sound, 4 GB RAM, 64 GB ROM, Wi-Fi Tablet, Gray Upto INR 5000 Bank Discount https://amzn.in/d/0vxUJI4
Amazon
Samsung Galaxy Tab S6 Lite 26.31 Cm (10.4 Inch), S-Pen in Box, Slim and Light, Dolby Atmos Sound, 4 Gb Ram, 64 Gb ROM, Wi-Fi Tabletβ¦
Samsung Galaxy S6 Lite Display: 26.31cm (10.4") display size| TFT display screen | 60Hz display | 16M colour support | Metal Uni-body | Slim and lightweight Galaxy S8 Tab Processor: Octa-Core processor type |Network/Bearer : 4G, Operating system: Androidβ¦
π₯1
Best offer available get It under 30000rs π₯
Apply SBI Credit card and get it at 28000rs only π₯
Limited-time deal: Apple iPad (10th generation): with A14 Bionic chip, 27.69 cm (10.9β³) Liquid Retina display, 64GB, Wi-Fi 6, 12MP front/12MP back camera, Touch ID, all-day battery life β Blue https://amzn.in/d/1ZvQN24
Apply SBI Credit card and get it at 28000rs only π₯
Limited-time deal: Apple iPad (10th generation): with A14 Bionic chip, 27.69 cm (10.9β³) Liquid Retina display, 64GB, Wi-Fi 6, 12MP front/12MP back camera, Touch ID, all-day battery life β Blue https://amzn.in/d/1ZvQN24
Amazon
Apple iPad (10th Generation): with A14 Bionic chip, 27.69 cm (10.9β³) Liquid Retina Display, 64GB, Wi-Fi 6, 12MP front/12MP Backβ¦
WHY IPAD β Colourfully reimagined and more versatile than ever, iPad is great for the things you do every day. With an all-screen design, 27.69 cm (10.9β³) Liquid Retina display, powerful A14 Bionic chip, superfast Wi-Fi and four gorgeous colours, iPad deliversβ¦
π₯1

