From cf2dbc7352a8b27ede46c28fd8863ccb53162eb3 Mon Sep 17 00:00:00 2001 From: "Tazmin Simons (simonst3)" Date: Tue, 9 Nov 2021 18:26:24 +0000 Subject: [PATCH] 0.0.1 --- src/leap.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/leap.py b/src/leap.py index 3a973101..86bccb2e 100644 --- a/src/leap.py +++ b/src/leap.py @@ -1,10 +1,12 @@ #CW 2 - +import os start = input("which line of code would you like to try?\n 1: enum-1 by:\n 2: enum-2 by:\n 3: enum-3 by:\n 4: priv-esc-1 by:") if start == 1: #place holder print("enum-1") + Username = os.getlogin() + print(Username) input() elif start == 2: @@ -20,4 +22,4 @@ elif start == 4: print("priv-esc-1") input() - #placeholder \ No newline at end of file + #placeholder