From a4bb423cd6c93b54ef937561bb56d74e1c9a2220 Mon Sep 17 00:00:00 2001 From: Sea Date: Thu, 23 May 2024 21:30:59 -0400 Subject: [PATCH] delete this random file lol --- Idk tbh/I have no clue | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 Idk tbh/I have no clue diff --git a/Idk tbh/I have no clue b/Idk tbh/I have no clue deleted file mode 100644 index c79d158..0000000 --- a/Idk tbh/I have no clue +++ /dev/null @@ -1,7 +0,0 @@ -Nested conditional -if x > 10: - if y > 10: - result = "Both greater" - else: result = "x is greater" - else: result = "x is not greater" # Equivalent single conditional if x > 10 and y > 10: result = "Both greater" elif x > 10: result = "x is greater" else: result = "x is not greater" -function \ No newline at end of file