第一个Python程序
[python]
import sys
print(sys.platform)
print(2 ** 100)
x = 'spam!'
print(x * 8)
input()
[/python]
申明:本文由BYRD原创,未经许可禁止转载!SourceByrd's Weblog-https://note.t4x.org/code/python-platform-spam/ SourceByrd's Weblog-https://note.t4x.org/code/python-platform-spam/
申明:除非注明Byrd's Blog内容均为原创,未经许可禁止转载!详情请阅读版权申明!