python/w3schools

[w3schools] Python Comments

유호야 2021. 5. 20. 22:42
반응형

파이썬으로 주석을 작성하고 싶을 때는 #을 이용한다.

#Comments
#주석을 넣을 때는 샵 기호를 이용한다.
print("You can write comments")

 

반응형

'python > w3schools' 카테고리의 다른 글

[w3schools] Variable Names - Python Variables  (0) 2021.05.24
[w3schools] Python Variables - Python Variables  (0) 2021.05.20
[w3schools] Python Syntax  (0) 2021.05.20
[w3schools] Python Intro  (0) 2021.05.20
[w3schools] Python HOME  (0) 2021.05.20