Python的一些总结(不断更新)

Python的一些总结(不断更新)
1.如果接收命令行输入?
xx = raw_input( ' You can input something:\n ' )
print  xx

2.如何调用自己写的类库中的变量?
import  s
print  s.xx + ' 111111 ' ;




---------------------------------------------------------
专注移动开发
Android, Windows Mobile, iPhone, J2ME, BlackBerry, Symbian

你可能感兴趣的:(Python的一些总结(不断更新))