Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save shabbirbhimani/71c568c4a0d8bfd71f87cc3f3064381b to your computer and use it in GitHub Desktop.
Save shabbirbhimani/71c568c4a0d8bfd71f87cc3f3064381b to your computer and use it in GitHub Desktop.
4.1 Declaring Numbers
# Declaring an integer
initialBudget = 1400
# Declaring a decimal or float
wagePerDay = 14.5
print('InitialBudget is', initialBudget)
print('wagePerDay is', wagePerDay)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment