Bio
def prefLanguages(): print("Preferred Programming Languages") print("1. Python") print("2. Vyper") def whatIDid(): print("1. Discord Bot Development") print("2. Data Analysis") def whatIAmLookingFor(): print("1. Data related role where I am required to find/scrape and analyze data") print("2. A role in web3 which will require me to build solution using vyper") if __name__ == "__main__": prefLanguages() whatIDid() whatIAmLookingFor()