为何python的输出结果比预想中的多出一行?
课程设计
1
import json person = {"name" : "Sniper" , "age":30 , "tel":["1231231456","15653"],"Is Only Child":True} print(person)
发表回复