Question: Enter instructions for the following in your source py file Below the comment #S11icq Q9 Create logic using the for loop to repeat the word
Enter instructions for the following in your source py file Below the comment \#S11icq Q9 Create logic using the for loop to repeat the word "hello " 74 times, then add the word "world". Build your resulting messages into the variable ans 9. (There should be a space after each "hello ": but not after "world": All letters should be lower case) What is the hash of the message stored in the variable ans9? a) 479899729 b) 202996729 c) 85824685 d) 230082073 e) 138005077 Hide question 9 feedback Incorrect. Your loop is repeating the word "hello" 72 times. Enter instructions for the following in your source py file Below the comment \#S11icq Q9 Create logic using the for loop to repeat the word "hello " 74 times, then add the word "world". Build your resulting messages into the variable ans 9. (There should be a space after each "hello ": but not after "world": All letters should be lower case) What is the hash of the message stored in the variable ans9? a) 479899729 b) 202996729 c) 85824685 d) 230082073 e) 138005077 Hide question 9 feedback Incorrect. Your loop is repeating the word "hello" 72 times
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
