W WolfCode · CSC 141

Sum from argv

命令行求和

≈ 15 min · python-cmdline · Open in WolfCode

argv items are strings. int(x) + int(y) is required — x + y concatenates.

Python · runnable
Verify the bug yourself