Delete research_1/py_language_definition.jsonl
Browse files
research_1/py_language_definition.jsonl
DELETED
@@ -1,2 +0,0 @@
|
|
1 |
-
{"prompt": "How are keywords written in the Python programming language?", "completion": "In the Python programming language, keywords are typically written in lowercase. For example, `print \"print should be written in lowercase letters\"`.", "classification": "Syntax"}
|
2 |
-
{"prompt": "How are local variables to a procedure declared in Python?", "completion": "In Python, variables local to the procedure are declared using the name of the keyword followed by the variable = and then some value. By default, variables are empty strings. For instance, `mode=''`.", "classification": "Variables & Data Types"}
|
|
|
|
|
|