blob: 9e9c25c442244168a628fc761499e3b3f81762ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
posts = [{
'author':
'Marius',
'date':
'Dec. 26th, 2019',
'content':
"this is a test where I write a message that isn't too short, it isn't too long, it's just the right size."
}, {
'author': 'Achille',
'date': 'Dec. 25th, 2019',
'content': "this is a second test!"
}, {
'author': 'Jeanne',
'date': 'Dec. 24th, 2019',
'content': "this is a third test!"
}]
|