Skip to content

Commit

Permalink
Added new print function
Browse files Browse the repository at this point in the history
  • Loading branch information
mgaroub committed Nov 22, 2020
1 parent 6d1ef4b commit ee1d81f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,12 @@
print(opt)
print(type(opt))
print(opt("<arg4>"))


def manin(opt)
print(opt)
print(type(opt))
print(opt("<arg4>"))

if__name__ == "__main":
main(opt)

0 comments on commit ee1d81f

Please sign in to comment.