Python3 基礎語法編碼默認情況下,Python 3 源碼文件以UTF-8 編碼,所有字符串都 ... #!/usr/bin/python3 import sys; x = 'runoob'; sys.stdout.write(x + '\n').
確定! 回上一頁