Comment

Multiple comment box

Multiple comment box
  1. How do you comment multiple lines?
  2. What is the shortcut to comment out multiple lines in Python?

How do you comment multiple lines?

To comment out multiple code lines right-click and select Source > Add Block Comment. ( CTRL+SHIFT+/ )

What is the shortcut to comment out multiple lines in Python?

To comment out multiple lines in Python, you can prepend each line with a hash ( # ). With this approach, you're technically making multiple single-line comments. The real workaround for making multi-line comments in Python is by using docstrings.

What is the best method to choose between two options in UI?
Which of these is used to select more than one out of many choices in UI?What is the best UI for multi selecting from a list?What UI control allows u...
Description of a Tab
Tab is the term used for aligning text in a word processor by moving the cursor to a predefined position. It is part of the paragraph formatting featu...
Keyboard shortcut convention for properties panel
What is the shortcut key combination to open the properties panel?What is Alt F7 used for?What is Ctrl +F used for? What is the shortcut key combina...