Initialer Import der Synology Scripts

This commit is contained in:
root
2026-08-05 08:43:57 +02:00
commit 5e32a7c411
404 changed files with 79932 additions and 0 deletions
@@ -0,0 +1,5 @@
bank_account = 1000.0
while bank_account > 0.0:
bank_account = bank_account - 100.0
print(bank_account)