We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 791fdad commit ac104e3Copy full SHA for ac104e3
problems.py
@@ -672,7 +672,7 @@ def get_func_name(src):
672
673
674
def save_readme(problem_sets, filename=os.path.join(PATH, "README.md")):
675
- top = """# The AI-SAT dataset summary
+ top = """# The Python Reasoning Challenge dataset summary
676
This document summarizes the dataset stored in .json files.
677
Each .json file contains a number of related problems with one or more instances each.
678
0 commit comments