Example 1: Right justify string of minimum width. # example string string = 'cat' width = 5 # print right justified string ...
確定! 回上一頁