Skip to content

Commit bb001b1

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

31. Split-function.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@
1111
names = str(input("PLease enter your team members names seperated by comma : "))
1212
splitted_names = names.split(", ")
1313
print(splitted_names)
14+
"""
15+

0 commit comments

Comments
 (0)