![]() |
#2
mouse15981892012-07-23 23:05
|
刚刚学习python,在使用print语句实。不能实现同行打印,望高手指教,
a = 'abcd'
for i in a:
print (i)
结果 a
b
c
d
怎样实现同行打印