HI THERE!
#!/usr/bin/python
# -*- coding: utf-8 -*-

class Student:

    def __init__(self):
        self.name = "Liu Chao"
        self.nickname = "Pi3"
        self.role = "Undergraduate Student"
        self.major = "Cyberspace Security"
        self.language = "zh_CN"
        self.location = "HangZhou China"

    def say_hi(self):
        print("Thanks for stopping by and I hope you get some interesting stuff here.")


me = Student()
me.say_hi()

๐Ÿ“” Blog: Pi3๐ŸฅงNotes

๐ŸŽˆ GitHub: Pi3-l22

๐Ÿ”ฎ Stardew Valley Notes: Stardew Valley Journal

More About Me
  • ๐ŸŽ“ Education: Undergraduate at HDU, majoring in Cybersecurity

  • ๐Ÿ”’ Interests: Computer Technology and Cybersecurity

  • ๐Ÿ’ป Skills:

    • Programming Languages: Python, C/C++, Java, PHP
    • Web Technologies: HTML, CSS, JavaScript
    • Current Studies: Cryptography, Penetration Testing
  • ๐Ÿ“š Learning: Preparing for graduate studies

  • ๐Ÿ”ง Self-Description: Although I am a technical rookie, I have been trying to learn.

  • ๐ŸŒŸ Motto: “From zero to hero, one line of code at a time.”

  • ๐Ÿ“ง How to reach me:

  • ๐Ÿ’ก If you have any questions about me, contact me at.