Valid Foundations-of-Programming-Python Dumps shared by EduDump.com for Helping Passing Foundations-of-Programming-Python Exam! EduDump.com now offer the newest Foundations-of-Programming-Python exam dumps, the EduDump.com Foundations-of-Programming-Python exam questions have been updated and answers have been corrected get the newest EduDump.com Foundations-of-Programming-Python dumps with Test Engine here:
Which symbol begins a single-line comment in Python?
Correct Answer: B
In Python, a single-line comment begins with the # symbol. Example: # This is a comment print( " Hello " ) Python ignores the comment when the program runs. The Python documentation identifies # as the symbol used for comments. Therefore, the correct answer isB. # pound symbol.