[ad_1]
input = 65
output = float('0.' + str(input))
print(output)
1
[ad_2]
solved Python how to add “0.” in-front of a number
[ad_1]
input = 65
output = float('0.' + str(input))
print(output)
1
[ad_2]
solved Python how to add “0.” in-front of a number