commit message from python script
This commit is contained in:
8
Lehrer/pythonkurs/Mittwoch/modultest
Executable file
8
Lehrer/pythonkurs/Mittwoch/modultest
Executable file
@@ -0,0 +1,8 @@
|
||||
#! /usr/bin/env python3
|
||||
|
||||
import argv
|
||||
from argv import argv_value
|
||||
|
||||
print("Wert von -o :", argv_value('-o'))
|
||||
# Unorthodoxer Zugriff auf Modul sys mittels Modul argv
|
||||
print("Kommandozeile :", argv.sys.argv[1:])
|
||||
Reference in New Issue
Block a user