Sum of natural numbers

Write a function sum_natural_numbers that takes a positive integer n and returns the sum of all natural numbers from 1 to n.
Python
Setting up Python environment...
Output