Question: t This is for python coding. Plz use all the requirements You must: Accept both upper- and lower-case input from the user, and must ignore
t This is for python coding. Plz use all the requirements
You must: Accept both upper- and lower-case input from the user, and must ignore any blank space given on either side of the user input (think robustness). You may assume the user will always give one of the four options: rock, paper, scissors, or dynamite Let the user play exactly 5 rounds of the game. Use a for loop with the range function. Use the random.choice function from the random module. Use the in keyword at least once, outside of the "for i in range... statement. I.e., the "in" in "for i in range." does not fulfill this requirement. Use a nested conditional (if/elif/else) at least once
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
