SON#51
When splitting using a specific character
csv_string = "사과,바나나,체리"
fruits = csv_string.split('나')
print("fruits:", fruits)When focusing on 'me', is the blank space created because it is viewed from the perspective of two 'me's?
Comment
No comment