PythonCoder Official
77.9K subscribers
224 photos
8 videos
91 files
97 links
• 𝗕𝗲𝘀𝘁 𝗽𝗹𝗮𝗰𝗲 𝗳𝗼𝗿 𝗣𝘆𝘁𝗵𝗼𝗻 𝗖𝗼𝗱𝗲𝗿𝘀 😀
• 𝗙𝗿𝗲𝗲 𝗣𝗿𝗼𝗴𝗿𝗮𝗺𝗺𝗶𝗻𝗴 𝗖𝗼𝘂𝗿𝘀𝗲𝘀 & 𝗧𝘂𝘁𝗼𝗿𝗶𝗮𝗹𝘀📒
• 𝗗𝗮𝘁𝗮 𝗦𝗰𝗶𝗲𝗻𝗰𝗲📊 | 𝗠𝗮𝗰𝗵𝗶𝗻𝗲 𝗟𝗲𝗮𝗿𝗻𝗶𝗻𝗴 | 𝗔𝗜 🤖
• 𝗗𝗮𝗶𝗹𝘆 𝗗𝗼𝘇𝗲 𝗼𝗳 𝗣𝗿𝗼𝗷𝗲𝗰𝘁𝘀 🧠
Download Telegram
Which of the following concepts is not a part of Python?
Anonymous Quiz
48%
Pointers
8%
Loops
27%
Dynamic typing
17%
All of the above
👍12423🔥13😁9👏7👎5🥰4
Python Most Ask Interview Qsn_ (1).pdf
440.2 KB
Most Asked Python Interview Questions with Answers
👍628👏4🔥3
Radha-Krishna @python.coder_.docx
10.6 KB
👍6428🥰13🔥11👎9
-------- Python Code ------------
( Are you idiot - ( Yes/No )


👇👇👇👇👇👇👇👇👇👇👇👇

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("@python.coder_")
root.geometry("400x400")

question_label = tk.Label(root, text="Are you idiot ?")
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()
👍34061🔥22😁20😱16🏆10👏8🥰7👎2🙏1
ds (4).pdf
519.6 KB
Data Structures interview questions with answers 📑
👍7021🔥7👏5
Coding Games In Python .pdf
30.5 MB
👍117🔥39❤‍🔥3222👏6
Python Most Asked Interview Questions with Answers
84👍67🔥8👏7🥰6😁5🏆2
207👍110🔥25👏10❤‍🔥8🏆6👌5🙏3