有下面的字符串s
s = "welcome to the world of Python"
实现以下功能:
无
尝试输出字符串s的第一个字符。
尝试输出字符串s的最后一个字符。
尝试输出字符串s的子串world