1
This commit is contained in:
2025-08-27 09:10:38 +00:00
parent 6c67876d23
commit 65ffaa1671

View File

@@ -1,6 +1,6 @@
@echo off
pip install -r requirements.txt
python main21.py
python main.py
set /p user_input=Enter something:
echo You entered: %user_input%
pause