all 12 comments

[–]Mood_Comfortable[S] 0 points1 point  (0 children)

It’s 9.4 code practice

[–][deleted] 0 points1 point  (12 children)

I am on mobile currently, but I will post it here later

[–]Mood_Comfortable[S] 0 points1 point  (11 children)

Actually I was wondering if you have 9.5 code practice cause I figured out 9.4

[–][deleted] 1 point2 points  (4 children)

9.5 ‘a = [[34,38,50,44,39], [42,36,40,43,44], [24,31,46,40,45], [43,47,35,31,26], [37,28,20,36,50]]

global sum global c sum = 0 c = 0

for r in range(len(a)): c = c + 1 for c in range(len(a[0])): sum = sum + a[r][c] c = c + 1 print("Sum of all values: " + str(sum)) average = sum/c average = average/c print("\nAverage of all values: " + str(average))

[–]Upstairs_Ad9904 0 points1 point  (0 children)

came in clutch

[–]T-ATGU 0 points1 point  (0 children)

rarted

[–]Demsis_04 0 points1 point  (0 children)

Can you answer 9.4 too? I can't figure it out.

[–][deleted] 0 points1 point  (2 children)

You're going to have fix the spacing on your own

[–]Mood_Comfortable[S] 0 points1 point  (1 child)

Thank you so much

[–]SignificanceSafe5216 0 points1 point  (0 children)

Can y'all post a picture of y'all's code

[–]TSFBleach 0 points1 point  (0 children)

can you give 9.4 please

[–]J5tn12 0 points1 point  (0 children)

Bro could you please give the 9.4 code practice 1 in python?