Skip to content

Commit cc47e69

Browse files
authored
Merge branch 'main' into readme-typos
2 parents a2ccdfe + d3790e6 commit cc47e69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
44
an AI's programming proficiency. We hope this dataset will **grow rapidly**, and it is already diverse in
55
terms of problem difficulty, domain,
66
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
2828
that shows which puzzles the AI baselines solved and which they did not, so you can see how
2929
your 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.
3434
The goal is to find an answer which makes the function return `True`.
3535
This is called *satisfying* the puzzle, and that is why the puzzles are all named `sat`.
3636

0 commit comments

Comments
 (0)