13,420
edits
Changes
→PART 1 - Using IF Statements
ipython3
</source>
:#Let's create an if statement from the ipython3 shell. <br>Issue the following 2 lines, indenting the second line(you may need to press ENTER a second time for statement to execute):<source>
if True:
print('This print is apart of the if statement')