Skip to content

Commit

Permalink
demo_0: function calling
Browse files Browse the repository at this point in the history
  • Loading branch information
mtasic85 committed Aug 11, 2024
1 parent 869c818 commit b9f8d45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/demo_0.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,6 @@ def pow(a: float, b: float) -> float:
print()

if __name__ == '__main__':
# demo_0()
# demo_1()
demo_0()
demo_1()
demo_2()

0 comments on commit b9f8d45

Please sign in to comment.