can we distinguish string/int value in yaml file using python?

前端 未结 0 1746
天命终不由人
天命终不由人 2021-01-04 20:00

I have a yaml file with the following data:

apple: 1
banana: \'2\'
cat: "3"

I am parsing it using Python and want to deduce that &q

相关标签:
回答
  • 消灭零回复
提交回复
热议问题