#!/usr/bin/python
# Hello World Program

# At the interpreter
print "Hello World!: Welcome to CSCI130" # Note that the "\n" is automatic.



