# Define a list of numbers
numbers = [15, 20, 25, 30, 35]
# Calculate the average of the numbers
average = sum(numbers) / len(numbers)Calculate Average of Numbers
Related Posts
More content you might like
Code
javascript
JavaScript Sum of Array Elements
No preview available for this content.
Jan 26, 2024
Read More Code
python
Find Maximum Value in a List
No preview available for this content.
Jan 26, 2024
Read MoreDiscussion 0
Please sign in to join the discussion.
No comments yet. Be the first to share your thoughts!