Software developers should avoid traumatic changes
drewdevault.com10 ポイント投稿者 Edootjuh0 コメント
try:
f = float(someText)
catch ValueError:
# I just parsed you, this is crazy,
# here's an exception, throw it maybe?
Formatted That For You