We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b85e797 + 54a68af commit 4d6a97fCopy full SHA for 4d6a97f
1 file changed
Python/Random_joke_generator/random_joke_generator.py
@@ -38,7 +38,6 @@ def get_joke():
38
next_button = tk.Button(root, text="Next Joke", command=get_joke, font=("Helvetica", 12, "bold"), bg="#4CAF50", fg="white")
39
next_button.pack(pady=10)
40
41
-# Load the first joke automatically
42
get_joke()
43
44
root.mainloop()
0 commit comments