From ab421d2036f9adbc85cf391a9d6c0ba074d51c0c Mon Sep 17 00:00:00 2001 From: Azeem-py <74514285+Azeem-py@users.noreply.github.com> Date: Sun, 30 May 2021 18:40:27 +0100 Subject: [PATCH] I answered the question and decided to make it difficult --- Functions/lambda_en.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Functions/lambda_en.py b/Functions/lambda_en.py index e553b4b..6e4bc94 100644 --- a/Functions/lambda_en.py +++ b/Functions/lambda_en.py @@ -4,3 +4,13 @@ for i in range(1,3): data+=gun(i) print(gun(data)) + +#the out put is 36 because data is 6 and 6 times 6 equals 36 +#Why not make it harder by doing this + +for i in range(2,7): + gun(gun(data)) + +print(data) + +#LOL I'm wierd