ブリブリ備忘録 おっ、python

HackerRankの問題とコメント(python3) 拙いですが...

2018-08-30から1日間の記事一覧

Detect Floating Point Number

・問題 You are given a string . Your task is to verify that is a floating point number. In this task, a valid float number must satisfy all of the following requirements: Number can start with +, - or . symbol. For example: ✔+4.50 ✔-1.0 ✔.…