Differences between revisions 10 and 11
Revision 10 as of 2006-06-05 17:22:53
Size: 347
Editor: yongshunz
Comment:
Revision 11 as of 2006-06-05 17:24:48
Size: 321
Editor: yongshunz
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
''' 顺便说一句,下面程序里的行号并不是程序的一部分,任何与 BASIC 类似的东西都是站不住脚的 '''
Line 12: Line 14:
}}} 一样

'''顺便说一句,下面程序里的行号并不是程序的一部分,任何与 BASIC 类似的东西都是站不住脚的'''
----
["常见问题分类"]
}}}
一样

Q:怎么样才能写成++x,x++那样

顺便说一句,下面程序里的行号并不是程序的一部分,任何与 BASIC 类似的东西都是站不住脚的

  a=0
  while a<100:
  a=a+1
  print a
  • 这样看起来可以个C中的

  for(i=0;i<100;i++)
  print i

一样

PyIAQ/Q4 (last edited 2009-12-25 07:09:52 by localhost)