Skip to content

Collection of Python function examples and practice problems and Practice programs on Python functions with examples like prime check, Fibonacci, map/filter/reduce, and string operations.

Notifications You must be signed in to change notification settings

ParsewarPranav/Functions_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Functions_Python

Collection of Python function examples and practice problems and Practice programs on Python functions with examples like prime check, Fibonacci, map/filter/reduce, and string operations.

Python Functions Assignment

This repository contains my assignment on Functions in Python.
It includes examples and practice problems covering different function concepts.

πŸ“Œ Topics Covered

  • Defining and calling functions
  • Function arguments and return values
  • Prime number check (1 to 200)
  • Iterators and Generators
  • Fibonacci sequence iterator
  • Generator for powers of 2
  • File reading with generators
  • Lambda functions
  • Using map(), filter(), and reduce()
  • String operations (reverse, remove vowels, etc.)
  • Temperature conversion (Celsius β†’ Fahrenheit)

πŸ“‚ Files in this Repository

Attached the zip file folder in which the pdf is present and in that pdf all the needed links are given .

About

Collection of Python function examples and practice problems and Practice programs on Python functions with examples like prime check, Fibonacci, map/filter/reduce, and string operations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published