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 . """
Computer graduation design Python+djangs epidemic prevention and control system for hospital personnel transfer (source code + system + mysql database + Lw document)
項目介紹隨著信息技術和網絡技術的飛速發展,人類已進入全新信息
After 8 hours work, I finished it in 10 minutes. I understand how powerful Python office automation is
Many people see python, All I