This commit is contained in:
Victor Alexandrovich Tsyrenschikov
2025-10-05 14:22:40 +05:00
parent 352cdf84be
commit a424c26142
3 changed files with 8 additions and 7 deletions

4
f.py
View File

@@ -1,2 +1,2 @@
a=[2,4,4,5,3,3,3]
print(round(sum(a)/len(a),2))
a=['']
print(max(a))