index
:
clp.git
main
A small Python compiler with optimizer written in Java
Ubuntu
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
progs
/
a916.py
blob: a827408699a9b1b91ee17acd34b775bbaec42f91 (
plain
)
1
2
3
def tuple_to_float(test_tup): res = float('.'.join(str(ele) for ele in test_tup)) return (res)