The preferred way of doing this is using str.format() rather than the method using % : This method of string formatting is the new standard in Python 3.0, ...
確定! 回上一頁