-2
私の教授は私たちのコードにソースコードヘッダーを含めることを望んでおり、どこに置くべきか正確にはわかりません。正確にどこにソースコードヘッダーを置くのですか?
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Created on Mon May 22 21:31:16 2017
@author: noraasrar
"""
# Code starts here
ソースコードのヘッダーは次のようになります。
###########################################################
# Computer Project #5
#
# Algorithm
# prompt for an integer
# input an integer
# loop while not end-of-data
# call function to count number of digits in integer
# output the number of digits
# prompt for an integer
# input an integer
# display closing message
###########################################################
は、それを入れてください。 – user2357112
あなたはどこに著者を入れる? – Skycc