https://github.com/ijevius/qwertyasdf
https://github.com/ijevius/qwertyasdf
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ijevius/qwertyasdf
- Owner: ijevius
- Created: 2023-09-25T08:32:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-25T09:44:09.000Z (over 2 years ago)
- Last Synced: 2025-03-03T02:42:46.539Z (over 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Проверял на Python 3.8.16, 3.10**
- ниже 3.7 работать не будет
### Запуск
1) Стягиваем себе репос:
```
git clone https://github.com/ijevius/qwertyasdf.git
cd ./qwertyasdf/
```
2) Запускать следующей командой. Какие должны быть аргументы -- см. по условию задачи
```
python solution.py --from a --to bb
```
Аргументы проверяются базово, на допустимые символы. Если давать напр. from z to a, вернет пустой список.