mirror of
https://github.com/Asabeneh/30-Days-Of-Python.git
synced 2026-06-12 21:01:48 +08:00
Merge pull request #499 from theolucky889/patch-4
Update 11_functions.md
This commit is contained in:
commit
8382cc9c69
@ -252,7 +252,7 @@ print(add_two_numbers(2, 3))
|
||||
|
||||
def calculate_age (current_year, birth_year):
|
||||
age = current_year - birth_year
|
||||
return age
|
||||
return age
|
||||
print('Age: ', calculate_age(2019, 1819))
|
||||
```
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user