Comments
-
I am a programmer and I am using ChatGPT to ask programming related questions almost everyday. A few years ago, when I have a question about some features of a language such as "asynchronous in python", I need to visit multiple websites such as stack overflow and others, spending a lot of time reading the answers and find the correct information I need. Now with the help of ChatGPT or equivalent AI productivity tools, I can get the exact answers within a few seconds and the tools even provides me with some demo python codes. Just now I am reviewing some leetcode tests of "ThreeSum", which is to find all the possible three triplet of integers with their sum equals to 0. And I type the "show me leetcode example of threesum" in the prompt and ChatGPT directly gives me the answers and python code. This is really helpful.
Reply