diff --git a/Code/Python_Code/00.0.0_Hello/Hello.py b/Code/Python_Code/00.0.0_Hello/Hello.py index 47e6895..0e63534 100644 --- a/Code/Python_Code/00.0.0_Hello/Hello.py +++ b/Code/Python_Code/00.0.0_Hello/Hello.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 ######################################################################## -# Filename : Blink.py -# Description : Make an led blinking. +# Filename : Hello.py +# Description : Print "Hello World!". # auther : www.freenove.com # modification: 2018/08/04 ########################################################################