π¬ Biologist | πΏ Botanist | π Lover of nature | π§ Philosophy Enthusiast
# Public Information
print("<h2> Public Information </h2>\n")
print("Check out my portfolio!\n")
# Personal Information
name = "Sierra Sebastian"
age = f(x) = 3x^3 + 2x^2 - 5x + 4
location = "Bogota - DC, COL"
university = "National University of Colombia"
degree = "Biology & Chemestry"
# Skills
skills = ["ReactJS", "NextJS", "NodeJS", "JavaScript", "TypeScript", "MySQL", "HTML", "CSS", "Git", "GitHub", "MongoDB"]
print(f"With a degree in {degree}, I am focused on Frontend development, with experience in: {', '.join(skills)}.\n")
# Goals
print("I am always committed and seeking new knowledge and constant growth ;)")
# Joke
print("\nWhy was the computer cold? It left its Windows open!")
# Astral Card
def astral_card(name):
from random import randint
traits = ["courageous", "creative", "adventurous", "intuitive", "generous", "compassionate", "romantic", "optimistic", "reliable", "charismatic"]
return f"{name}'s astral card shows that they are a {traits[randint(0, 9)]} person."
print(astral_card(name))