Python: What is a header?

前端 未结 6 812
深忆病人
深忆病人 2021-01-31 11:16

I\'m new to Python and programming in general. I am taking a module at university which requires me to write some fairly basic programs in Python. However, I got this feedback o

6条回答
  •  说谎
    说谎 (楼主)
    2021-01-31 12:12

    Your instructor wants you to add some information to your assignment's source code's top section something like this, so you are right you will add comments:

    ####################################
    # File name: ...                   #
    # Author: ...                      #
    # Submission:                      #
    # Instructor:                      #
    ####################################
    

提交回复
热议问题