In [1]:
myinput=input()
for element in myinput:
    print(element==chr(46))


1.1.1
False
True
False
True
False

In [ ]: