Skip to content

avinashkoulavkar/Functional-Programming-Basic-Python-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Functional-Programming-Basic-Python-code

This repository will cover list of programs that covers elementory functional programming.

Programs List:

  • Calculating Length of list.
  • Converts every word in the list to lower case and returns list(Only characters).
  • Converts every word in the list to lower case and returns list(Aphanumeric string).
  • product of all numbers in a list.
  • product of all even numbers in a list.
  • To calculate sum of all numbers in a list.
  • To calculate sum of all odd numbers in a list.

About

In this repository, Covers basics about functional programming.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages