Python string format padding · print('{:^40}') returns the message with a width of 40. · print('{:*^40}') is the same as the above statement. · print('{:@^{}s}') – ...
確定! 回上一頁