geek_code/code/test.py

5 lines
111 B
Python
Raw Permalink Normal View History

2022-09-09 02:54:07 +03:00
import geek_decode
meaning,remaining = geek_decode.parse_geekcode(' GS blabla GDS')
print(meaning, remaining)