python:maths:start

Ceci est une ancienne révision du document !


Maths

En testant si c'est possible

try:
     float(s)
     print('True')
except:
    print('False')

donne

3.1415
True
  • python/maths/start.1570894513.txt.gz
  • Dernière modification : 2020/07/24 00:23
  • (modification externe)