Learn how to format a string using interpolation in Python 3. ... msg = 'hello world' >>> 'msg: %s' % msg 'msg: hello world'.
確定! 回上一頁