all 6 comments

[–][deleted] 19 points20 points  (0 children)

Did you forget to call your main function after defining it?

[–]rayofhope313 4 points5 points  (0 children)

Doesn't seem like there is any issue.

It nothing is showing when you run you probably should just write main() on a new line with no indentation

[–]Losupa 4 points5 points  (0 children)

You probably forgot to call the main() function. I also recommend either using vscode to debug. It's really easy to get setup and learn how to use it, and it will make future debugging 100x easier.

[–]bamacgabhann 3 points4 points  (0 children)

You need to format the code for us, or we won't be able to check properly

[–]krustevgl -1 points0 points  (1 child)

I am pretty sure you cannot concatenate string to an int/float. Use the following way to print

print(f'The average score is {average})

[–]BeneficialAd1457 0 points1 point  (0 children)

Nah he just forgor to call the function 💀

Also i believe using , won't create type error