Skip to content

Commit ce7a96c

Browse files
authored
Update hello.py
1 parent c896705 commit ce7a96c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hello.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
def toyou(x):
2-
return "hi %s" % x
2+
return f"hi {x}"
33

44

55
def add(x):

0 commit comments

Comments
 (0)