'Python version: 3.6'. >>> 'We have %d apple, %d banana' % (10, 20). 'We have 10 apple, 20 banana'. >>> 'Hello, %s' % ('Denny').
確定! 回上一頁