python輸出‘hello world!’

# -*- coding: UTF-8 -*- # Filename : hello.py # author by : kilin #輸出hello world! print('Hello World!') hw_str='Hello World!' print(hw_str) hw_str='Hello World!' print(hw_str[0:]) print(hw_str[0
相關文章
相關標籤/搜索