#!/usr/bin/python # -*- coding: utf-8 -*- class DevOpsConsultant: def __init__(self): self.name = "Abdelbaki Missaoui" self.role = "DevOps Consultant" self.language_spoken = ["ar_EG", "fr_FR", "en_US"] def say_hi(self): print("Thanks for dropping by, hope you find some of my work interesting.") me = DevOpsConsultant() me.say_hi()
Popular repositories Loading
-
-
-
-
lwc-recipes
lwc-recipes PublicForked from trailheadapps/lwc-recipes
A collection of easy-to-digest code examples for Lightning Web Components on Salesforce Platform
JavaScript
-
-
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.