ANIMATE 2025 is here! 2D/3D animation hackathon using Synfig Studio and Blender. For more details, Click here!
This is a sample video. To access the full content, please Login
No questions yet
4491 visits
Outline:if conditional statement is used to test some condition and if that condition is satisfied then execute the piece of code. if-else conditional statement is used to test some condition and if that condition is satisfied then execute the piece of code else execute the code written in else block.
if conditional statement is used to test some condition and if that condition is satisfied then execute the piece of code. if-else conditional statement is used to test some condition and if that condition is satisfied then execute the piece of code else execute the code written in else block.
Show video info
Pre-requisite