Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add split_exp.py for testing split method
This commit adds the file split_exp.py, which is used for testing the split method. The method splits a string using "2" as the delimiter and assigns the result to sub_key and key variables. The split_exp.py file also includes a print statement to display the values of sub_key and key.
- Loading branch information