? This document uses PHP Chinese website manual Release
以下實例為學習Python的第一個實例,即如何輸出"Hello World!":
# -*- coding: UTF-8 -*- # Filename : helloworld.py # 該實例輸出 Hello World! print('Hello World!')
以上代碼執(zhí)行輸出結果為:
Hello World!