Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 "
|
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():
|