4 lines
86 B
Python
4 lines
86 B
Python
|
# -*- coding: UTF-8 -*-
|
||
|
|
||
|
# 该实例输出 Hello World!
|
||
|
print('Bob says:Hello World!')
|