2025-07-24から1日間の記事一覧
最初にやってた書き方error_message = "This is failed. time ( " + str(gps_time +" ) should be smaller than...."みたいな感じの書き方をしていた gps_timeがint型だとすると、文字列に変換しないといけないので str()を使う必要があるこの方法の欠点は、…
最初にやってた書き方error_message = "This is failed. time ( " + str(gps_time +" ) should be smaller than...."みたいな感じの書き方をしていた gps_timeがint型だとすると、文字列に変換しないといけないので str()を使う必要があるこの方法の欠点は、…