Question: I need to code that statement in python. The Bold is code we were given and the italics are the statements we need to code.

I need to code that statement in python. The Bold is code we were given and the italics are the statements we need to code.
oa- > C q p t crant ps bb er nauedubbc vebda pid 26210 4-dtcc entid 57221440 1 co ses 1177 NAU00-ISM 320-SECOC2-3961 NAL PSSS Li u Lat6F17see2%281%29 df ::: Apcs welcome Spencer- NFLPl2ers b Cole : YouTube Red-3:es gr Rac-12com Feeds ma Oreon2018 Basce ma Oreocn20'8 Footb2 1 Gobal Gamo wth Cther toocmais Linu LaboF17 2(1).pdf 149 chinc as Emy (password is Test345). In your Emy l it num utt ndication of whether each number in the ran hown below so that it will prin odd. As always items in bold are literal and the italies are pseudocode. Refer to the Python Quick Reference Sheet as needed to complete this script file. EndVa-int(raw_input("Enter ending value for the loop: )) for i in range (1, EndVal) if the remainder from dividing i by 2 is 0. That is if i 2--0, assign the value even to the variable Text! otherwise assign the value odd to the texti variable # is cast as string (str) below Text2 'The number ' + str (i) + 1 is+ Text1 print (Text2) Refer to page 5 of the Python Quick Reference to get an understanding of the first statement in this script. We want to prompt the user to enter an ending value for the loop. Double quotes are used for the prompt and the data type of the response is string by default, so we use int to cast it as integer for use in the if statement. Also on page 5, note that % is the modulus operator which returns the remainder from dividing i by 2 in this cxample. lype here to search
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
