Skip to content

Commit

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

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

0 comments on commit d632bcb

Please sign in to comment.