Used words
Happy {}th birthday MS Dhoni!
def
wish_ms_dhoni_birthday(age):
message
=
.format(age)
return
age
42
birthday_message
wish_ms_dhoni_birthday(age)
print(birthday_message)
Create your own