python:maths:start

Maths

En testant si c'est possible

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

donne

3.1415
True
  • python/maths/start.txt
  • Dernière modification : 2020/07/24 03:31
  • de 127.0.0.1