2009年5月4日 星期一

Defin multiline string with """

string1="""
This world is nice ,
welcome to use python langaue
we will learn to use python to
create function , class and module
"""
print(string1)

結果
This world is nice ,
welcome to use python langaue
we will learn to use python to
create function , class and module

沒有留言:

張貼留言