print 字符串的輸入

print('---lesson9_字符串格式化輸出+輸入---') ''' 知識點彙總; 1-字符串格式化輸出方法一: %     1-print('名字是 %s,年齡是%s' % (name ,age))     2- %s ---字符串-----相當於執行了str()     3- (name ,age)  只能是元組,不能是列表     4- 多個數據的打印,一定是元組     5- %d
相關文章
相關標籤/搜索