Skip to content

Commit

Permalink
Added python generator
Browse files Browse the repository at this point in the history
  • Loading branch information
RighterTheOriginal committed Sep 4, 2024
1 parent d8efbad commit 88d0e84
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions generator_py.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,3 @@ def full_code_py(all_data, t=True):
else:
code += end_py_single
return code

from problem_parser import *

v = Variable("int[n][m]", "int[n][m]", "arr")
print(full_code_py([v]))

0 comments on commit 88d0e84

Please sign in to comment.