Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 71fe9b0

Browse files
Update solution.hide.py
1 parent cecf0db commit 71fe9b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Your code goes here:
2-
def render_person(name, birthdate, eye_color, age, sex):
3-
return name +" is a "+ str(age) +" years old " + sex+" born in " + birthdate + " with "+eye_color +" eyes"
2+
def render_person(name, birth_date, eye_color, age, gender):
3+
return name +" is a "+ str(age) +" years old " + gender+" born in " + birth_date + " with "+eye_color +" eyes"
44

55

66
# Do not edit below this line
7-
print(render_person('Bob', '05/22/1983', 'green', 23, 'male'))
7+
print(render_person('Bob', '05/22/1983', 'green', 23, 'male'))

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /