Computer Science, asked by sameerkashif2007, 5 months ago

Convert this in python ​

Attachments:

Answers

Answered by amd576604
0

Answer:

what is your opinion BCA course

Answered by madhucoding1998
1

Answer:

for x in range(1,21):

   sum = 0

   for mark in range(1,6):

       nextmark = int(input("Enter marks"))

       sum = sum + nextmark

   print(sum)

   averagemark = sum/5

   print(averagemark)

Explanation:

make sure you give the same spaces

Similar questions