Skip to content
View KAV4N's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report KAV4N

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
KAV4N/README.md

Hi! Nice to see you here.

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


class SoftwareEngineer:
    def __init__(self):
        self.name = "Patrik Kavan"
        self.role = "Student"
        self.language_spoken = ["SK", "CZ", "EN"]
        self.programming_languages = ["Python", "C++", "C#", "JavaScript", "Java"]
        self.operating_systems = ["Linux", "Windows"]
            
    def say_hi(self):
        print("Hello there.")
        
    def get_info(self):
        return self.name, self.role, self.language_spoken, self.programming_languages, self.operating_systems


me = SoftwareEngineer()
me.say_hi()

Popular repositories Loading

  1. CodeDash CodeDash Public

    PHP 3

  2. RPG-ascii-game-challenge RPG-ascii-game-challenge Public

    Text-based RPG game with ASCII art, developed in various programming languages for easy execution in the command prompt (cmd).

    Python 3

  3. CoffeeShop CoffeeShop Public

    Java 2

  4. CyberArena CyberArena Public

    PHP 1

  5. KAV4N KAV4N Public

  6. JavaKurz JavaKurz Public

    Java