hi...
I have a value, value=4501-E001
I am concerned about only the value before hyphen i.e., 4501
I need to check whether various values begin with 4501, followed by something, n am not concerned about "something" that follows.
How can this splitting be done in python?