This commit is contained in:
2025-06-27 21:59:21 +02:00
parent 73691fbb51
commit e985b974b0
2 changed files with 3 additions and 1 deletions

View File

@@ -18,6 +18,8 @@ input(output)
for l in output.splitlines():
if l in drives:
print(l)
input("????")