#!/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()
-
Notifications
You must be signed in to change notification settings - Fork 0
Config files for my GitHub profile.
Wanzaz/Wanzaz
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Config files for my GitHub profile.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published