Skip to content

Commit 2db5ac0

Browse files
committed
string concatenation tasks completed
1 parent faeaace commit 2db5ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

025_string_concatenation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
def greet(name):
5959
# Return the string "Hello, Kay!" where "Kay" is the
6060
# name provided
61-
pass
61+
return f"Hello, {name}!"
6262

6363
check_that_these_are_equal(
6464
greet("Chuang-tzu"),

0 commit comments

Comments
 (0)