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 1
1
# Python Programming Puzzles (P3)
2
2
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
4
4
an AI's programming proficiency. We hope this dataset will ** grow rapidly** , and it is already diverse in
5
5
terms of problem difficulty, domain,
6
6
and 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
28
28
that shows which puzzles the AI baselines solved and which they did not, so you can see how
29
29
your programming compares.
30
30
31
- ## What is a python programming puzzle?
31
+ ## What is a Python programming puzzle?
32
32
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.
34
34
The goal is to find an answer which makes the function return ` True ` .
35
35
This is called * satisfying* the puzzle, and that is why the puzzles are all named ` sat ` .
36
36
You can’t perform that action at this time.
0 commit comments