Python Comments are divided into single line comments and multi line comments , Comments do not participate in code execution .
python Middle and single line notes use # start .
# The first note
print ("Hello, Python!") # The second note
python Use more than three quotes in a single line ‘’’ Or three double quotes “”"、
''' This is a multiline comment , Use single quotes . This is a multiline comment , Use single quotes . This is a multiline comment , Use single quotes . '''
""" This is a multiline comment , Use double quotes . This is a multiline comment , Use double quotes . This is a multiline comment , Use double quotes . """
項目介紹隨著信息技術和網絡技術的飛速發展,人類已進入全新信息
Many people see python, All I