Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 

Repository files navigation

Hi there, I'm Alice Zheng 👋

terminal gif

#script.py

class SoftwareEngineer:
    def __init__(self, name, role, languages_spoken) -> None:
        self.name = name
        self.role = role
        self.languages_spoken = languages_spoken

    def greet(self) -> None:
        print("Thanks for dropping by! Hope you find some of my work interesting")
        print(f"My name is {self.name} and I'm a {self.role}")
        print(f"I can speak {', '.join(self.languages_spoken)}")


me = SoftwareEngineer("Alice Zheng", "Software Engineer",
                      ["Norwegian", "English", "Chinese"])
me.greet()

About Me

  • 🔭 I’m currently working at Cogito NTNU.
  • 🌱 I’m currently learning C# and Go
  • 💬 Ask me about Web Development and Information Retrieval!

How to reach me

Gmail Badge LinkedIn Badge

Languages I have worked with:


Frameworks I have worked with:


Tools I have worked with:

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors