Learn the basics of Python 3-Chapter 2:Control Flow
1.IntroductiontoControlFlowThisisthecontrolflowofyourprogram.InPython,yourscriptwillexecutefromthetopdown,untilthereisnothinglefttorun.Itisyourjobtoincludegateways,knownasconditionalstatements,totellt