We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1de066f commit 526bc70Copy full SHA for 526bc70
1 file changed
examples/challenge_examples.py
@@ -58,5 +58,4 @@
58
data = json.loads(data_file.read())
59
60
# Printing response:
61
-response = api.add_tasks_to_challenge(data, challenge_id)
62
-
+print(json.dumps(api.add_tasks_to_challenge(data, challenge_id)))
0 commit comments