tegge-classroom / STAT2984-2018

STAT 2984: Statistical Programming I - Spring 2018
1 stars 13 forks source link

Difference between .iter() and a for loop #9

Open matter698no2 opened 6 years ago

matter698no2 commented 6 years ago

What's the difference between using the .iter() function to go through a dictionary and using a for loop?