Dec-13-2018, 04:09 PM
It has been 30 minutes and i still can not understand why python wont remove (2) from my string
it will work on idle but not on the editor.Solving this small issue will make me end my project..I hope
1 2 3 |
value1 = "TEST(2)" value1.replace( "(2)" ,"") print (value1) |