+ 1
how to automate coding
i need help with a project that ,I am/have been working on ,I need help with the ml part i am thinking of using supervised learning.I am planing to use normal english statements with programmming relted key words.For Ex: (if we want to ask user for input we can say)ask user for input.
1 Answer
0
I donât really understand your question. I think you mean you want to include notes or comments in your code. If thatâs the case, hereâs the answer:
Using the hash symbol (#) allows you to add comments in your code without affecting how the code is run.
If that wasnât what you wanted, please elaborate so we can help. :)