Skip to content

Commit e957593

Browse files
authored
Update 31. Split-function.py
1 parent a895ee3 commit e957593

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

31. Split-function.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
splitted_names = names.split(", ")
1313
print(splitted_names)
1414
"""
15+
OUTPUT -
1516
PLease enter your team members names seperated by comma : varsha, alley, david, petra
1617
['varsha', 'alley', 'david', 'petra']
1718
"""

0 commit comments

Comments
 (0)