Commit e1a5c292 by nzy

Merge branch 'master' of http://62.234.201.16/nzy/anpl

parents bd812752 1406ba09
......@@ -72,7 +72,7 @@ def system_info(text):
print(sys_str + text)
def print_anpl(anpl, for_user=False):
print(Syntax(anpl.to_python(for_user=for_user), "python", line_numbers=True))
print(Syntax(anpl.to_python(for_user=for_user), "python"))
def print_text_IOExamples(ios: list[IOExample]):
if len(ios) > 5:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment