есть ли в python функция, для открытия файла? (open не подойдёт)
Суть в том, чтобы открывать файл нажатием на него, а не выбором в приложении.
если вас не затруднит, покажите пожалуйста реализацию с доп оберткой
/catalog/(?<product>[^/]+)
, а /catalog/{product}
.# Клонируем репо в соседний каталог
git clone --no-local . "../repo2" # тут будет новый репозиторий
# Перейдем в новый репо
cd ../repo2
# Оставим в проекте только содержимое подкаталога folder2,
# сделав его новым корнем проекта
git filter-repo --subdirectory-filter "folder2/"
<pre>
<code class="language-python">
def factorial(n):
if n == 1:
return n
return n * factorial(n-1)
</codе>
</pre>
*,
*::before,
*::after {
box-sizing: border-box;
}
.visually-hidden {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
border: 0;
padding: 0;
white-space: nowrap;
clip-path: inset(100%);
clip: rect(0 0 0 0);
overflow: hidden;
}
.wrapper {
width: fit-content;
padding: 50px;
margin: 20px auto;
outline: 2px dashed tomato;
display: flex;
align-items: center;
justify-content: center;
}
.check-label {
position: relative;
display: inline-block;
width: 50px;
height: 20px;
background-color: lightgrey;
border: 1px solid grey;
border-radius: 10px;
box-shadow: 1px -2px 3px 2px rgba(0, 0, 0, 0.2) inset;
background: linear-gradient(to right, blue, navy);
background-repeat: no-repeat;
background-size: 80%;
background-position: -50px;
transition: background-position 0.2s ease;
}
.check-label::before {
content: "";
display: inline-block;
position: absolute;
width: 23px;
height: 23px;
top: 50%;
transform: translateY(-50%);
left: 0;
background-color: gainsboro;
border: 5px solid dimgrey;
border-radius: 50%;
transition: left 0.25s ease;
}
#check:checked ~ .check-label {
background-position: left;
}
#check:checked ~ .check-label::before {
left: 27px;
}
Он у них скомпрометирован был?