qingcheng奕  

2014年2月21日

摘要: 输入 str1 = raw_input("Plz input a string:")输出 print(str1)print(5)print(12.5)print('H')print('wwww' )print x , y , zhelp(raw_input)变量:可变化数据的程序标识符,指向某个数据单元,通过赋值可以改变其指向(而不是上一个单元里的数据),指向内存单元的变,类似C中的指针。不分数据类型,指向什么样的就算是什么类型的变量。id(x)打出x指向的单元的地址字符函数库:help(str) s = "Python" 阅读全文
posted @ 2014-02-21 10:40 qingcheng奕 阅读(317) 评论(0) 推荐(0)