![]() |
Python
1.0
|
Formatting prints. More...
Functions | |
def | emoldura (l, max_n) |
Frames text lines. More... | |
def | main () |
Main function for testing. More... | |
Variables | |
input = raw_input | |
Formatting prints.
def _08a_emoldura.emoldura | ( | l, | |
max_n | |||
) |
Frames text lines.
************************** *Python enables programs * *to be written * *compactly and readably * **************************
l | list of strings. |
max_n | maximum length of all strings in l. |
Referenced by main().
def _08a_emoldura.main | ( | ) |
Main function for testing.
Reads text lines until an empty "enter" is pressed.
References emoldura(), and input.
_08a_emoldura.input = raw_input |
Referenced by main().