From c4f91bca6b796beb1b48d19d754f8c0e962a7703 Mon Sep 17 00:00:00 2001 From: Justus Jan Nico Wolff Date: Mon, 6 Jun 2022 13:05:17 +0200 Subject: [PATCH] =?UTF-8?q?Dateien=20hochladen=20nach=20=E2=80=9E=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- executer.py | 1 + target.jc | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/executer.py b/executer.py index b59e5da..a504cb5 100644 --- a/executer.py +++ b/executer.py @@ -13,3 +13,4 @@ for line in target: temp = temp + i + ", " temp = temp + ")" exec(temp) +input("programm done") diff --git a/target.jc b/target.jc index dbe5f7f..6255a01 100644 --- a/target.jc +++ b/target.jc @@ -1,2 +1,4 @@ -import binarytools -print binarytools.i2b(2) \ No newline at end of file +test = {} +test["test1"] = "LOL" +print test +print test["test1"] \ No newline at end of file