Created
March 23, 2020 16:12
-
-
Save xkumiyu/1a570e41e7a42d8b6aab19825ca4429b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# for i in range(len(A)) | |
for i in range(len(A)): | |
A[i] | |
# for a in A | |
for a in A: | |
a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment