python练习1
时间:2015-05-12 15:06:19
收藏:0
阅读:130
vim hello.py
#!/usr/local/bin/python3.4 str=input(‘pls intput same message:‘); print(‘you had enterd the string:‘+str);
运行:
完。
评论(0)