Feb-27-2019, 05:20 PM
The task is:
Write a function element_sum(integer) that accepts one argument (positive integer)
and returns a sum of numbers from 0 to the defined number
And the other one:
Write a function not_e(string) that will return a string consisting of every third letter of the input string, except the case it is “e”, in that case symbol will be omitted in the output.
Thank you very much!
I am making a school test at the moment, and one hour is left=)
Write a function element_sum(integer) that accepts one argument (positive integer)
and returns a sum of numbers from 0 to the defined number
And the other one:
Write a function not_e(string) that will return a string consisting of every third letter of the input string, except the case it is “e”, in that case symbol will be omitted in the output.
Thank you very much!
I am making a school test at the moment, and one hour is left=)