Python基础-day1

本节内容

1. Hello World 程序

学习编程语言时,第一个打印出来的是“hello world”

语句:

1 # -*- coding:utf-8 -*-
2 print("hello world!")
hello word

猜你喜欢

转载自www.cnblogs.com/cowan/p/9023426.html