Sample Run of Guess the NumberSource Code for Guess the NumberImporting the random ModuleGenerating Random Numbers with the random.randint() FunctionWelcoming the PlayerFlow Control StatementsUsing Loops to Repeat CodeGrouping with BlocksLooping with for StatementsGetting the Player’s GuessConverting Values with the int(), float(), and str() FunctionsThe Boolean Data TypeComparison OperatorsChecking for True or False with ConditionsExperimenting with Booleans, Comparison Operators, and ConditionsThe Difference Between = and ==if StatementsLeaving Loops Early with the break StatementChecking Whether the Player WonChecking Whether the Player LostSummary