# L-2 MCS 260 our first Python program : hello.py

"""
Traditionally, the first program in all
computer languages prints hello world.
"""

print('hello world!')
