print ("You have {} apples.".format(5)) # this will print: # You have 5 apples. The format() method lets you list out the strings ...
確定! 回上一頁