#! /usr/bin/env python3 import sys from argv import argv_value print("Wert von -o :", argv_value('-o')) print("Kommandozeile :", sys.argv[1:])