How to loop multi-variable data like this in python ?
I have latitude and longitude data and I want to pass all these value and run it for 5 times.
e.g.
round 1
lat = 13.29 , longitude = 100.34
city = 'ABC'
round 2
lat = 94.09834 ,longitude = 103.34
city = 'XYZ'
,... ,.. ,round 5
Very new to python world. Thank you for every kind comment and suggestion :)