my-psb/python/2.3-afficher_flottant.py
2018-01-08 22:28:06 +01:00

13 lines
354 B
Python
Executable File

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from package.fonctions import afficher_flottant
# 2.3-afficher_flottant.py:
# OpenClassrooms - Apprenez à programmer en Python - Entre chaînes et listes
# https://openclassrooms.com/courses/apprenez-a-programmer-en-python/les-listes-et-tuples-2-2
afficher_flottant(1.123456789)
afficher_flottant(0.1)