6 lines
70 B
Python
6 lines
70 B
Python
DEFAULT_DATA = [
|
|
"Hello!",
|
|
"How are you?",
|
|
"Good bye.",
|
|
]
|