[Solved] Keeping random name in Python
The MakeSentence(): finishes once it hits the return statement, so you have several print statements that execute after that seemingly repeated again? You could have this return a list or tuple: def MakeSentence(): #makes sentence by combining name, verb, and noun “”” (None)->List Returns a list with a random name, verb and noun “”” x … Read more