|
1 2 3 |
String1 = "split second" print(String1.split()) #['split', 'second'] |
Last Updated on 2018-12-24 by gantovnik
Dec 24, 2018 | python | 0 comments
|
1 2 3 |
String1 = "split second" print(String1.split()) #['split', 'second'] |
Last Updated on 2018-12-24 by gantovnik
Subscribe now to keep reading and get access to the full archive.
Recent Comments