diff --git a/f.py b/f.py index 34b196d..4e4ef33 100644 --- a/f.py +++ b/f.py @@ -1,4 +1,2 @@ -word=1,2,3,4,5 - -for i in word: - print(i) \ No newline at end of file +a=[2,4,4,5,3,3,3] +print(round(sum(a)/len(a),2)) \ No newline at end of file