class Chan4lk:
def __init__(self):
self.variables = {
'name': 'Chandima Ranaweera',
'age': 33,
'hobby': 'Developing',
'languages': ('Sinhala', 'English')
}
def description(self):
print('------chan4lk------')
for index, value in enumerate(self.variables.values()):
if index == 0:
print(f'Name: {value}')
elif index == 1:
print(f'Age: {value}')
elif index == 2:
print(f'Hobby: {value}')
elif index == 3:
print(f'Languages: {value}')
def social_medias(self):
platforms = {
'YouTube': 'c/ChandimaRanaweera',
'Instagram': 'chandima.ranaweera'
}
print('\n-----contact-----')
for key, value in platforms.items():
print(f'{key}: {value}')
if __name__ == '__main__':
chan4lk = Chan4lk()
chan4lk.description()
chan4lk.social_medias()
🏠
Working from home
I'm a technical geek who seek optimum solutions.
-
Chan Ideals
- Sri Lanaka
- https://chan4lk.github.io/
Pinned Loading
-
-
responsive-sharepoint
responsive-sharepoint PublicResponsive SharePoint theme with Bootstrap 3
HTML 2
-
-
spfx-dynamic-footer
spfx-dynamic-footer PublicDynamically append footer for modern SharePoint sites
TypeScript
-
UX-Imagine/Magicurve
UX-Imagine/Magicurve PublicConverting hand drawn sketch to html using image processing and machine learning.
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.