1
1
Fork 0

delete this random file lol

This commit is contained in:
Seaswimmer 2024-05-23 21:30:59 -04:00
parent 3640c321b7
commit a4bb423cd6
Signed by: cswimr
GPG key ID: 5D671B5D03D65A7F

View file

@ -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