2-4

1 #2-4(a)
2 print "enter a string"
3 
4 inputstring = raw_input()
5 
6 print"the string is: ", inputstring
View Code

相关文章: