Back to Freecodecamp

Comments

curriculum/challenges/english/blocks/error-handling-files-and-modules-in-python/comments-video.md

latest383 B
Original Source

--description--

In this video, you will learn how to write comments in Python to document your code and make it more readable.

--questions--

--text--

Which of the following is a single line comment in Python?

--answers--

# This program is cool


> This program is cool


''' This program is cool


// This program is cool

--video-solution--

1