[Tutor] starting program with raw_input
Danny Yoo
dyoo@hkn.eecs.berkeley.edu
Mon Nov 25 14:27:19 2002
On Mon, 25 Nov 2002, Bob Gailer wrote:
> At 08:27 AM 11/24/2002 -0500, dillinger20@comcast.net wrote:
>
> >I just started to learn about programing about a week ago and have been
> >trying to write a small program to start by haveing to write hello
> >before program will run. Could someone show a example.
>
> print 'hello'
Hi Bob,
I've written a small tutorial that shows examples of working with Python
here:
http://hkn.eecs.berkeley.edu/~dyoo/python/idle_intro/
Good luck to you!