字符串格式化入门
用formatStr = 'python {0}我来了'.format('3.0')和print(formatStr)来格式化字符串。
                                        
                                    文件大小:302KB
                                
                                
                                
                            用formatStr = 'python {0}我来了'.format('3.0')和print(formatStr)来格式化字符串。
评论区