Skip to content

Conversation

@shtnk
Copy link

@shtnkshtnk commented Jun 2, 2017

No description provided.

@GYFKGYFK requested a review from aqrlnJune 6, 2017 21:47
@@ -0,0 +1,2 @@
for i in range(10):
print(i)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please format your code according to the PEP8 styleguide? Namely, four spaces should be used instead of tabs.

print(i)

for i in dictionary:
value = dictionary[i]
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's not an idiomatic way to iterate through the values of a dictionary. I'd make an example with an array instead of a dictionary.

0xEG pushed a commit to 0xEG/Iteration that referenced this pull request Aug 10, 2022
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@shtnk@aqrln