Post Reply 
New transfer tool for Linux: HPex
05-20-2022, 01:42 PM
Post: #21
RE: New transfer tool for Linux: HPex
This works for both cases:
Code:
>>> int(float('13036'))
13036

>>> int(float('13036.'))
13036

But not for this:
Code:
>>> int(float('13036,'))
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ValueError: could not convert string to float: '13036,'
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: New transfer tool for Linux: HPex - Thomas Klemm - 05-20-2022 01:42 PM



User(s) browsing this thread: 1 Guest(s)