|
1 2 3 |
string1 = "Space " string2 = string1.strip() print(string2) |
Last Updated on 2018-12-24 by gantovnik
Dec 24, 2018 | python | 0 comments
|
1 2 3 |
string1 = "Space " string2 = string1.strip() print(string2) |
Last Updated on 2018-12-24 by gantovnik
Subscribe now to keep reading and get access to the full archive.
Recent Comments