Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 176 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 176 Bytes

Armstrong-Number

  • armstrong-number.py takes user input and gives back if number is armstrong or not.
  • armstrong-number-2.py prints range of armstrong numbers from 1-1000.