Psc69/Psc
Repository files navigation
# About Me: This function returns information about me.
def about_me():
name = "Psc"
actual_lang = ["German", "English", "Polish"]
proglang_likeness = ["Python Turtle Thing >:D", "Python", "Java", "Web Development Stuff (HTML, CSS, JavaScript)"]
return name, actual_lang, proglang_likeness