#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareEngineer:
def __init__(self):
self.name = "Kardi Haekal"
self.role = "Software Engineer"
self.language_spoken = ["in", "en_US"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = SoftwareEngineer()
me.say_hi()
Pinned Loading
-
-
flutter_bloc_github_search
flutter_bloc_github_search PublicGithub Search App with Flutter BLoC Design Pattern.
Dart 1
-
Deep-Learning-Image-Classification-Using-CNN-Keras-Python
Deep-Learning-Image-Classification-Using-CNN-Keras-Python PublicImage Classification Using Convolutional Neural Network and Keras-Python
Python 1
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.