Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 502 Bytes

README.md

File metadata and controls

19 lines (18 loc) · 502 Bytes

Python Basic Exercise

Basic interview exercise for beginners

  • Angle between clock hands
  • Calculate area of Triangle
  • Check leap year
  • Conversion (km to mile, degree celsius to fahrenheit)
  • Fibonacci sequence (simple, recursion)
  • Find prime number or not
  • Find root of the number
  • Find the factorial of a number
  • Hangman game
  • Swap two variables
  • Bubble Sort
  • Rule engine
  • Poker full house
  • Find given word in string or array
  • Second largest number from list
  • Armstrong number or not