N11rm44L 7w44711 a6a8a46be7
Create erb.py
2022-10-15 07:28:44 +05:45

7 lines
186 B
Python

import winshell
try:
cmd = winshell.recycle_bin().empty(confirm=False, sound=True)
print("Recycle bin is emptied now !")
except cmd:
print("Recycle bin was already empty !")