File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Python Programming Puzzles (P3)
22
3- This repo contains a dataset of python programming puzzles which can be used to teach and evaluate
3+ This repo contains a dataset of Python programming puzzles which can be used to teach and evaluate
44an AI's programming proficiency. We hope this dataset will ** grow rapidly** , and it is already diverse in
55terms of problem difficulty, domain,
66and algorithmic tools needed to solve the problems. Please
@@ -28,9 +28,9 @@ If you just want to dive right into solving a few puzzles, try the [intro notebo
2828that shows which puzzles the AI baselines solved and which they did not, so you can see how
2929your programming compares.
3030
31- ## What is a python programming puzzle?
31+ ## What is a Python programming puzzle?
3232
33- Each puzzle takes the form of a python function that takes an answer as an argument.
33+ Each puzzle takes the form of a Python function that takes an answer as an argument.
3434The goal is to find an answer which makes the function return ` True ` .
3535This is called * satisfying* the puzzle, and that is why the puzzles are all named ` sat ` .
3636
You can’t perform that action at this time.
0 commit comments