Skip to content

Conversation

@yongky0156
Copy link

greeting_message = "Welcome to Codecademy!"
current_excercise = 5
todays_date = "March 31, 2023"
print(greeting_message)
print(current_excercise)
print(todays_date)

mirthful_addition = 12381 + 91817
amazing_subtraction = 981 - 312
trippy_multiplication = 38 * 902
happy_division = 540 / 45
sassy_combinations = 129 * 1345 + 120 / 6 - 12
print(mirthful_addition)
print(amazing_subtraction)
print(trippy_multiplication)
print(happy_division)
print(sassy_combinations)

#city_name = "St. Potatosburg"
#city_pop = 340000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.