Skip to content
View preranapant05's full-sized avatar

Block or report preranapant05

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
preranapant05/README.md

n= int(input()) n1=str (n) l=len( n1) temp=n s=0 while n!=0: r=n%10 s=s=(r**l) n=n//10 if s==temp: print("It is an Armstrong number") else: print("It is an Armstrong number")

Popular repositories Loading

  1. preranapant05 preranapant05 Public

    Config files for my GitHub profile.

  2. ERP-of-College ERP-of-College Public

    This is my first project on Github

  3. Basic-Code-of-Python- Basic-Code-of-Python- Public

    Basic codes of python

  4. Python Python Public

    Forked from Tanu-N-Prabhu/Python

    This repository helps you understand python from the scratch.

    Jupyter Notebook

  5. First-Project First-Project Public

    Number Guessing Game

  6. First-Project-of-Python- First-Project-of-Python- Public

    Number Guessing Game

    Python