Skip to content
View PranPan's full-sized avatar

Organizations

@Spirit-Of-Awesome

Block or report PranPan

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
PranPan/README.md

Hello. Welcome to the most perfect places wich owned by most perfect one. I am the one who love to siting in front of the computer and write a wonderful code.

I start my coding with playing microbit. I want to know how it work. I start research about this and I found the mistery text. It's an enlish, But is it for human. I asked my dad and I know what is it. I start learning computer basic. My first programing language is java. I learning and pactrice it's for long time. after this, i learn another language and all of them be come my favorites.

For more information, Please visit my link page.

Pinned Loading

  1. Spirit-Of-Awesome/.github Spirit-Of-Awesome/.github Public

  2. PranPan PranPan Public

    Config files for my GitHub profile.

    1

  3. Hello World Code Hello World Code
    1
    def run(runfile):
    2
      with open(runfile,"r") as rnf:
    3
        exec(rnf.read())
    4
    
                  
    5
    import os