DB

python %d format: a number is required, not str

ndlessrain 2021. 1. 27. 21:25
728x90

python은 int type이라서 %d, float type 이라서 %f 쓰는거 아님.

전부다 %s.....

728x90