Select the types of activity you want to include in your feed.
1arr = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] 2 3for i in arr: 4 print(i)