How can I do a comment and line comment on python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How can I do a comment and line comment on python

Like /* or // but on python? I've tried searching some question like this here and didn't found nothing, so if I'm creating some duplication sorry. I have seen the first tutorials on python and didn't found nothing about commenting and describing the code. I know I could search on Google, I'm just stupid and yeah, that's it, idk why I'm still writing this... I should grab the gun, wait a sec...

2nd Sep 2019, 6:36 PM
MarkusKohl
MarkusKohl - avatar
12 Answers
+ 3
Try # 😊
2nd Sep 2019, 6:41 PM
🍇 Alex Tușinean 💜
🍇 Alex Tușinean 💜 - avatar
+ 2
Thanks very much! Sorry for everything...
2nd Sep 2019, 6:44 PM
MarkusKohl
MarkusKohl - avatar
+ 1
# for line comment ‘’’ for multiple line comment (put ‘’’ at the top and bottom)
3rd Sep 2019, 8:46 PM
Alice R
Alice R - avatar
+ 1
No it doesn’t, it’s just something I suppose you pick up from reading other codes, or just ask about
3rd Sep 2019, 9:33 PM
Alice R
Alice R - avatar
+ 1
I learn solely from SoloLearn too, and I completely agree.
3rd Sep 2019, 9:36 PM
Alice R
Alice R - avatar
+ 1
You can create a lesson in the lesson factory if you would like to, but it may or may not be accepted I don’t think there is a way to suggest lessons, sadly
3rd Sep 2019, 9:41 PM
Alice R
Alice R - avatar
0
Thanks!
3rd Sep 2019, 9:15 PM
MarkusKohl
MarkusKohl - avatar
0
Sololearn doesn't have a lesson on comments?
3rd Sep 2019, 9:15 PM
MarkusKohl
MarkusKohl - avatar
0
It'd be helpful if it had! In the beginning I suppose. Like I'm learning solely from sololearn now and I would never know the comment method if I didn't got here...
3rd Sep 2019, 9:35 PM
MarkusKohl
MarkusKohl - avatar
0
Do we can create lessons or suggest them?
3rd Sep 2019, 9:37 PM
MarkusKohl
MarkusKohl - avatar
0
Do you think they would accept a "comments" list one? Maybe someone already created and they didn't accept or there's one tutorial on comments and I would just be recreating the lesson...
3rd Sep 2019, 9:52 PM
MarkusKohl
MarkusKohl - avatar
0
Html comment
4th Sep 2019, 11:04 PM
Abdirizaq Moh Diriye
Abdirizaq Moh Diriye - avatar