From 09d71c7709857f584166a76be247444b66dac343 Mon Sep 17 00:00:00 2001 From: Hong-Phuc Bui <hong-phuc.bui@htwsaar.de> Date: Tue, 12 May 2026 11:19:06 +0200 Subject: [PATCH] Interaktive -> CLI --- uebungsblatt-2/printSeven.py | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/uebungsblatt-2/printSeven.py b/uebungsblatt-2/printSeven.py index 0172a23..cd2bc66 100644 --- a/uebungsblatt-2/printSeven.py +++ b/uebungsblatt-2/printSeven.py @@ -1,3 +1,8 @@ +#! /usr/bin/env python +# Usage: +# python printSeven.py <a:int> <b:int> + + import sys -- Gitblit v1.10.0