3 lines
115 B
Python
3 lines
115 B
Python
#需要注意' 和 " 的嵌套关系
|
|
message = "one of python's strengths is its diverse community,"
|
|
print(message) |