IoTエンジニアを目指して勉強していますが、知識が身につかないのでブログで残しています。
$ cat int.py #coding: utf-8 a = '1' b = 2 print(int(a)+b) $ python int.py 3
0 件のコメント:
コメントを投稿