Cs 1
Cs 1
array = [[80,59,34,89],[31,11,47,64],[29,56,13,91],[55,61,48,0],[75,78,81,91]]
highest = array[0][0]
lowest = array[0][0]
total = 0
count = 0
total += column
count += 1
highest = column
lowest = column
list1_HighScore = 0
list1_HighPlayer = ""
list2_HighScore = 0
list2_HighPlayer = ""
list3_HighScore = 0
list3_HighPlayer = ""
player = row[0]
level = row[1]
score = row[2]
list1_HighScore = score
list1_HighPlayer = player
list2_HighScore = score
list2_HighPlayer = player
list3_HighScore = score
list3_HighPlayer = player
print(f"The highest score in level 1 was {list1_HighScore} which was achieved by {list1_HighPlayer}")
print(f"The highest score in level 2 was {list2_HighScore} which was achieved by {list2_HighPlayer}")
print(f"The highest score in level 3 was {list3_HighScore} which was achieved by {list3_HighPlayer}")
Activity 19:
A) String
B) String
C) Integer
D) String
collection = [["Where Rivers Meet", "Z Rahman", 2008, "World"],["Best OF cat Stevens", "C
Stevens",2002,"Instrumental"],["Blessing","J Rutter",2012,"Classical"]]
yes = "y"
while True:
break
if choice =="e":
new = []
collection.append(new)
else:
found = False
index = 0
if collection[index][0] == search:
found = True
else:
index = index + 1
if found == False: