TP2 partie() et section() plus zoulies

This commit is contained in:
Geoffrey Frogeye 2015-02-09 12:07:20 +01:00
parent d374596fcc
commit ddc3853174

View file

@ -8,11 +8,11 @@
def partie(nom):
print('\n\n\n###', nom, '###')
print('\n', nom, '='*len(nom), sep='\n')
def section(nom):
print('\n\n===', nom, '===')
print('\n', nom, '-'*len(nom), sep='\n')
def question(numero):