Skip to content

Wanzaz/Wanzaz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

Hello, there! 👋

visitors Open Source Love

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


class Student:

    def __init__(self):
        self.name = "Wanzaz"
        self.role = "Programming Student"
        self.language_spoken = ["czech", "english", "german"]
        self.interest = ["programming", "networking", "cli interfaces"]
        self.certification = ["CCNA", "maybe in near future Linux+"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = Student()
me.say_hi()

💻 GitHub Profile Stats


Wanzaz's Github Stats  

🔧 Technologies & Tools

Python C  Git GitHub TCP/IP

About

Config files for my GitHub profile.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published