Skip to content

Commit c2d9973

Browse files
authored
Update 31. Split-function.py
1 parent bb001b1 commit c2d9973

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

31. Split-function.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@
1212
splitted_names = names.split(", ")
1313
print(splitted_names)
1414
"""
15-
15+
PLease enter your team members names seperated by comma : varsha, alley, david, petra
16+
['varsha', 'alley', 'david', 'petra']

0 commit comments

Comments
 (0)