Skip to content
View Raumschifffan's full-sized avatar

Highlights

  • Pro

Block or report Raumschifffan

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
Raumschifffan/README.md
def greet(name):
    print(f"Greetings, my name is {name}")


def interests(*args):
    print("I'm interested in...")
    for arg in args:
        print('\t', arg)

def learning(*args):
    print("Currently learning...")
    for arg in args:
        print('\t', arg)

def run():
    greet("Raumschifffan")
    print()
    interests("Mathematics", "Japanese", "Korean", "Music", "Philosophy")
    print()
    learning("Advanced Python", "C++", "Rust", "Lunarvim", "Unicon", "Haskell")

>>>run()
Greetings, my name is Raumschifffan

I'm interested in...
    Mathematics
    Japanese
    Korean
    Music
    Philosophy

Currently learning...
    Advanced Python
    C++
    Rust
    Lunarvim
    Unicon
    Haskell

Popular repositories Loading

  1. Raumschifffan Raumschifffan Public

    Config files for my GitHub profile.

  2. MicroMort MicroMort Public

    Julia Package for Survival Analysis with Neural Networks