学习编程语言时,第一个打印出来的是“hello world”
语句:
1 # -*- coding:utf-8 -*- 2 print("hello world!")
Python基础-day1
原文:https://www.cnblogs.com/cowan/p/9023426.html