MaJ du chemin suite renomage du package|UPDATE 1.7-test_package.py|Apprendre Python

This commit is contained in:
Fred Z 2018-01-05 02:22:26 +01:00
parent 4a3e23d8e3
commit debf68e34b

View File

@ -6,6 +6,6 @@
# OpenClassrooms - Apprenez à programmer en Python - Modularité
# https://openclassroom/courses/apprenez-a-programmer-en-python/pas-a-pas-vers-la-modularite-2-2
from package17.fonctions import table
from package.fonctions import table
table(8, 12)