1 2 3 |
string1 = "Space " string2 = string1.strip() print(string2) |
Trimming White Space
Dec 24, 2018 | python | 0 comments
Dec 24, 2018 | python | 0 comments
1 2 3 |
string1 = "Space " string2 = string1.strip() print(string2) |
Subscribe now to keep reading and get access to the full archive.
Recent Comments