This commit is contained in:
2022-11-23 18:10:46 +01:00
parent b8d72c3bc3
commit b8dec3a77d
11 changed files with 179 additions and 4 deletions

6
Mittwoch/moduletest.py Normal file
View File

@@ -0,0 +1,6 @@
#! /usr/bin/env python3
#import argv
from argv import argv_value
print("Wert von -o :", argv_value('-o'))