Computer Science
Comments in Python begin with a "" symbol.
Python Data Handling
1 Like
Answer
False
Reason — Comments in Python start with the "#" symbol and continue until the end of the line. They are used to add explanatory notes or disable certain lines of code for testing purposes.
Answered By
1 Like
Related Questions
The range() function is used to specify the number of iterations to be performed in for loop.
Assignment operator can be used in place of equality operator in the test condition.
In print() function, if we use a concatenate operator (+) between two strings, both the strings are joined with a space in between them.
If we execute Python code using prompt ">>>" then we call it an interactive interpreter.