Metasequoia BBS
|
New message
|
Normal
|
Tree
|
Status
Unspecified
Done
Partially done
Doing
Not necessary
Tag
Announce
Bug report
Question
Request
Talk
Ver4 Beta
Keyword
[6248]
Pythonで長い文をprint()すると文字が重なる
/
たまちゃん
Done
[Bug report]
Response
再現コード:
a = ""
for i in range(0,10000):
a=a+str(i)
print(a)
2016-01-18 00:58
Title
Title is not input.
Name
Name is not input
Mail address for renponse notification
A mail will be sent when the response is written. This address will be not shown after you post.
Tag
Please select from a preset or input arbitrary comma-delimited tags.
At least one tag is necessary.
Announce
Bug report
Question
Request
Talk
Ver4 Beta
Message
Message is not input
>再現コード: >a = "" >for i in range(0,10000): > a=a+str(i) >print(a)
Now file attachment is not available temporarily.