You are viewing a single comment's thread. Return to all comments →
T = int(input()) for k in range (T) : x = 1 s = input() try : y = float (s) if s.count(".") == 0 : x *= 0 except : x *= 0 print(bool(x))
Seems like cookies are disabled on this browser, please enable them to open this website
Detect Floating Point Number
You are viewing a single comment's thread. Return to all comments →