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 1cb95bf

Browse files
Answer
1 parent bd5534a commit 1cb95bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎String's/What's Your Name.py‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ def print_full_name(a, b):
33
print(a,end=" ")
44
print(b,end="")
55
print("! You just delved into python.")
6+
67
if __name__ == '__main__':
78
first_name = input()
89
last_name = input()
9-
print_full_name(first_name, last_name)
10+
print_full_name(first_name, last_name)

0 commit comments

Comments
(0)

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