Skip to content

Instantly share code, notes, and snippets.

@nekoppy
Created August 8, 2019 05:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nekoppy/3d701fcd9f56d5916df63aa84d29a2cc to your computer and use it in GitHub Desktop.
Save nekoppy/3d701fcd9f56d5916df63aa84d29a2cc to your computer and use it in GitHub Desktop.
score_list = [70,80,90,100]
total = 0
for score in score_list:
total = total+score
print("合計点は{}です。".format(total))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment