0 of 6 questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
0 of 6 questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
You have the potential to do better! 🙂
If you found a concept confusing on this page then please leave a comment below asking for clarity.
Try re-reading the tutorial on this page before you retake this quiz!
Good work on clearing this quiz!
Outstanding work! You have mastered this lesson. Onward to the next one!
Python comments are denoted by ____?
“Python comments could be used to:
Â
True or False?
Can you convert the following notes into multiple single-line comments? Fill in the missing blanks.
The following code is the patch for bug# 05101985.
Also added fix for bug# 05111955
Note: Check the DeLorean after editing the following code.
Can you convert the following block into a multi-line string? Fill in the missing blanks.
Purpose of this script: This program helps you sort through all your movie files existing on your disk, checks their IMDB rating and sorts the list.
Date: 5th August, 1985
Version: 1.0
Match the following using drag-n-drop. What are the different ways of adding comments/docstrings in your code?
(Note: Try scrolling with your mouse while dragging, if some areas are unreachable).
”’
All work ”’ |
|
# And some play
|
|
# makes Jack
# a happy boy. |
|
State the output of the following code,
#print(“I love Python programming”)