The answer to this question is: Organization Skills
Answer:
number = int(input("Enter number ")
)
sum = 0
count = 0
for x in range(1, number+1, 2):
sum += x
count += 1
average = sum/count
print("sum = %d"% sum)
print("average = %d"% average)
The range() function conveniently lets you enumerate all odd values from 1 to your number.
Answer:
I have got no idea it looks like an older style
The answer to this question is:
Interactive sites were usually is right about important topics and comments to a threaded discussion are called"Blogs"
Hoped This Helped, Euniceortiz13
Your Welcome :)