πŸ“Š Python
Q. How can you comment a single line in Python?
  • (A) // comment
  • (B) # comment
  • (C) /* comment */
  • (D) -- comment
πŸ’¬ Discuss
βœ… Correct Answer: (B) # comment

Explanation: Single-line comments in Python start with `#`.

Explanation by: Mr. Dubey
Single-line comments in Python start with `#`.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
59
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
96%
Success Rate