https://github.com/vaibhavmojidra/python---demo-if-else-condition
The if statement alone tells us that if a condition is true it will execute a block of statements and if the condition is false it won’t. But what if we want to do something else if the condition is false. Here comes the else statement. We can use the else statement with if statement to execute a block of code when the condition is false.
https://github.com/vaibhavmojidra/python---demo-if-else-condition
if if-else mojidra python vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: about 1 year ago
JSON representation
The if statement alone tells us that if a condition is true it will execute a block of statements and if the condition is false it won’t. But what if we want to do something else if the condition is false. Here comes the else statement. We can use the else statement with if statement to execute a block of code when the condition is false.
- Host: GitHub
- URL: https://github.com/vaibhavmojidra/python---demo-if-else-condition
- Owner: VaibhavMojidra
- Created: 2022-09-18T20:18:00.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-19T18:58:50.000Z (over 3 years ago)
- Last Synced: 2025-02-16T01:13:23.426Z (over 1 year ago)
- Topics: if, if-else, mojidra, python, vaibhav, vaibhav-mojidra, vaibhavmojidra
- Language: Python
- Homepage: https://vaibhavmojidra.github.io/site/
- Size: 1.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Demo If Else Condition
