how to write comments in a Python program
Answers
Answered by
0
Answer:
your required answer is....
//*
Answered by
6
Explanation:
Comments in Python are followed by a hash ( # ) symbol. The // symbol mentioned in the other answer is used in Java.
Here's an example.
a = 'Hello Python'
a = 'Hello Python'# This is a comment.
That should be easy.
Similar questions
History,
6 months ago
English,
6 months ago
English,
6 months ago
English,
11 months ago
Biology,
11 months ago
Social Sciences,
1 year ago
Computer Science,
1 year ago