[Tutor] how to input a name

Lloyd, Jamie LloydJ@missouri.edu
Fri, 4 May 2001 06:01:39 -0500


I would like to make a program that would ask for a person's name, then say
" Hello (persons name)!"

this is what I thought would work...

#!/usr/local/bin/env python

name = input("What is your name?")
print name


But as you can guess this does not work, any suggestions?


Jamie Lloyd
Data Center Tech
IATS/UCSOperations
University of Missouri