+ 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 Resposta
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. :)