Metadata-Version: 2.1
Name: other-python
Version: 2.3
Summary: upgraded version of calc-plus
Home-page: https://github.com/keegang6705/other-python
Author: keegang_6705
Author-email: darunphobwi@gmail.com
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.0
Description-Content-Type: text/markdown
License-File: LICENSE


---

## วิธีใช้

```py
import other_python as otpy
print(otpy.change(1,9))# possible output -8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8
print(otpy.find_path())# possible output C:\Users\User\Desktop\python\...

```


