+ 1
How do they write comments in python?
6 Respuestas
+ 5
I found this using the search option:
https://www.sololearn.com/learn/JUMP_LINK__&&__Python__&&__JUMP_LINK/2288/?ref=app
Welcome to Sololearn forum:
https://www.sololearn.com/discuss/1316935/?ref=app
+ 4
# comment
+ 2
Ayuk Chris
You forgot to tag Python, tags only says 'now', no idea why you even tagged that ...☝
+ 2
Use # symbol. You can comment.
+ 1
Ayuk Chris commonly # is used to make statements as comments in python
Hope this helped :)
0
Using # Symbol you can write comment in python