Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 458 Bytes

File metadata and controls

7 lines (6 loc) · 458 Bytes

Python Scripts

A collection of small programmes written in python

  • age_calculator - Calculates the difference between the given date and current date. Also has some witty remarks 😃
  • fibonacci - Calculates the given term of the fibonacci series
  • triangle_area_calculator - Calcultes the area of a triangle when the lenghts of the sides are given
  • word_counter - Counts the number of lines, words, characters in a given text file