+ 1
Heyyy how do I comment in sololearn code Editor?
Sololearn code Editor
2 Answers
+ 2
Same way you comment in any other code editor. In Python, itâs #, in c++ and Java itâs //, and in MATLAB itâs %.
+ 2
It is language dependent as mentioned. Commenting on someone else's code is a different thing.