Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayley committed May 3, 2024
1 parent e93cc16 commit c0c2478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gazelle/python/main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from gazelle import sum_as_string

print("Welcome to Gazelle! 🦌")
print(sum_as_string(10, 30))
print(f'The answer is: {sum_as_string(10, 32)}')

0 comments on commit c0c2478

Please sign in to comment.