/
ilya.petrash
/
SimplePyScripts
Обзор
Документация
Войти
/
ilya.petrash
/
SimplePyScripts
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
create_file_without_file_name.py
9 строк
132 B
gil9red
Refactoring. Using black code style
24 июн 2023, 17:55
24 июн 2023, 17:55
f754b40
Код
Авторство
О чём код?
#!/usr/bin/env python3 # -*- coding: utf-8 -*- __author__ = "ipetrash" open(".txt", "wb") open(".this", "wb") open(".git", "wb")