Toggle navigation
Home
Resume
Career Summary
Career-Related Education
Educational Enhancement
Special Skills
Rapha
print("Hello, world!")
> Hello, world!
print(introducion());
> Welcome to my electronic career portfolio!
print(userInfo("senior", "University High School"));
> I am currently a senior at University High School.
print(interests());
> ["coding", "piano", "siblings", "music", "movies"]
print("I aspire to" + user.anticipatedCareer);
> Software engineer.
print(why(user.anticipatedCareer));
> I hope to be able to use my skills with computing and technology to help solve problems around me, alongside implementing my creativity into actual creations.