You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
programming-basics-2022/01
Aleksey Zubakov 763c4fffd2 Update instruction for executin examples 2 years ago
..
01.py Code from first seminar. 2 years ago
README.md Update instruction for executin examples 2 years ago
list.py Code from first seminar. 2 years ago

README.md

Как запускать?

Запустить интерпретатор Python с указанием пути до скрипта.

Достаточно указать имя файла, находясь в директории

$ pwd
/home/apr/edu/22/repos/programming-basics/01
$ python 01.py
<...>

Или из корня репозитория

$ pwd
/home/apr/edu/22/repos/programming-basics
$ python 01/01.py
<...>