Skip to content

Commit

Permalink
Update arguments.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Hatimloha authored Sep 2, 2024
1 parent b37752b commit 0bc71bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Day-05/arguments.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ def mul(num1, num2):
output = add(num1 + num2)
print(output)

# Execute file:
python3 <file-name> 2 & 3

0 comments on commit 0bc71bd

Please sign in to comment.