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
👍124❤23🔥13😁9👏7👎5🥰4
Python Most Ask Interview Qsn_ (1).pdf
440.2 KB
Most Asked Python Interview Questions with Answers ✅
👍62❤8👏4🔥3
50-useful-python-scripts-free-pdf (3).pdf
426.5 KB
❤49👍30🔥11❤🔥6🥰4👏1
-------- 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()
( 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()
👍340❤61🔥22😁20😱16🏆10👏8🥰7👎2🙏1
Python, Java , C Developed by:
Anonymous Quiz
30%
James Gosling, Guido Van Rossum, Dennis Ritchie
59%
Guido Van Rossum, James Gosling, Dennis Ritchie
12%
Dennis Ritchie, James Gosling, Guido Van Rossum
👍207❤35👏15👎11🥰10🔥9👌5🏆4😁1
Python Most Asked Interview Questions with Answers ✅
❤84👍67🔥8👏7🥰6😁5🏆2