Skip to content

Commit

Permalink
Add multi-var function edge case sample file
Browse files Browse the repository at this point in the history
  • Loading branch information
elatoskinas committed Jul 14, 2021
1 parent 5a8577c commit 28d88e3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions python/sample_files/func_multi_var.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
def fun(a):
if a:
x = 1
else:
x = 3

return x

0 comments on commit 28d88e3

Please sign in to comment.