Write a Python program segment, using a loop, to calculate and print the sum of the odd integers from 20 to 120. (Hint: 21 23 25 . . . 117 119)
1 answer:
Answer:
for x in range(20,120):
if x % 2 == 0:
continue
print(x)
Explanation:
in a range of 20 to 120 it does the following, if x is divisible by two as an int, then try again with a new number. If not, print that number.
You might be interested in
Answer:
Codes
Explanation:
learn the codes first. when you're already expert, you'll find ways from there.
<span>Processor, Main Memory, I/O Modules, System Bus</span>
Try using cortana, it is usally preloaded on the computer.
Its close the windows start menu.
Answer:
the recycle bin?
Explanation:
usually when you overwrite something or delete it, it doesn't get entirely deleted rather stored in the recycle bin on your desktop i believe, and so you could retrieve applications through there
Anawer is C RAM( Random Access Memory)