According to Data Science Topic-4 Comments

 # this is a comment

# second line

a = 5 # like this

b = 7

# this is a second comment

print(a+b)

12

comment is very important for programming when you are working in a team.

Comments

Popular posts from this blog

According to Data Science Topic-13 Modules

Functions in Python:

According to Data Science Topic-12 If else program examples