awacke1 commited on
Commit
44319dd
·
1 Parent(s): 156a7e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -280,7 +280,7 @@ def generate_example(part):
280
  def generate_quiz(part):
281
  # This function will create a simple quiz related to the Python part
282
  # Quizzes could be multiple-choice questions, true/false, etc.
283
- return "Quiz for " + part
284
 
285
  # Define function to add paper buttons and links
286
  def add_paper_buttons_and_links():
 
280
  def generate_quiz(part):
281
  # This function will create a simple quiz related to the Python part
282
  # Quizzes could be multiple-choice questions, true/false, etc.
283
+ return "Python script quiz example for " + part
284
 
285
  # Define function to add paper buttons and links
286
  def add_paper_buttons_and_links():