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.
.edu
1) press the enter key
2) start typing the new paragraph
did it on edg
d. Location
Pretty sure this is it.