hello_world.py (157B)
1 # -*- coding: utf-8 -*- 2 """Provides a 'hello world' function.""" 3 4 def hello(): 5 """hello returns the string 'Hello, World!'""" 6 return 'Hello, World!'
exercismExercism solutions. | |
git clone git://code.dwrz.net/exercism | |
Log | Files | Refs |