الرجوع
تسجيل الدخول

What is the output of the following code?

nums = [3, 41, 12, 9, 74, 15]
print(sum(nums) // len(nums))