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