You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Template for if-else statements
# Define a condition to check
condition = True
# Check the condition and execute the appropriate code block
if condition:
# Code to execute if the condition is True
print("The condition is True.")
else:
# Code to execute if the condition is False
print("The condition is False.")
@Vedant-code Thanks for showing your interest for help!
Give me a couple of days, I'm writing contribution rules and a basic structure for each template. Then you can start contributing!
Thanks for your patience.
@Vedant-code I have updated READ.md and CONTRIBUTING, so do read them and please follow Template to make your changes,
Looking forward to your contribution!
Mohwit
changed the title
Conditional: if-else statement
Conditional Statements: if-else statement
Mar 12, 2023
Add template displaying usage of if-else statements.
The text was updated successfully, but these errors were encountered: