4 lines
75 B
Python
4 lines
75 B
Python
from foursquare import get_checkins
|
|
|
|
for c in get_checkins():
|
|
print(c)
|