学习Python变成语言第一件事就是写一个Hello World!,以下是新手站长分享的使用Python3.x写一个Hello World!编程代码:#!/usr/bin/python3 print("Hello, World!")