● Comment Example:
There are two ways to write a comment:
Start the comment with a #
OR
quote the whole string with three single quote ( ''' )
The following are the example for a three lines comment of the program:
# Hello World - Version 1.0 (Program Name - Version Numver)
# Demonstrates the print commend (Usage of the program)
# Cosette Chiang - 12/11/07 (Creater's Name - Date)
OR
''' Hello World - Version 1.0 (Program Name - Version Numver)
Demonstrates the print commend (Usage of the program)
Cosette Chiang - 12/11/07 (Creater's Name - Date)'''
全站熱搜