-
First, thanks for making the wonderful tutorials. i have a silly question about this statement. Here, it says that the |
Beta Was this translation helpful? Give feedback.
Answered by
jakevdp
Mar 21, 2021
Replies: 1 comment 1 reply
-
The state is changed, but the function only prints the first 400 or so characters of the string representation of the state. If you print the full state, you can see where the changes are. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
JiahaoYao
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The state is changed, but the function only prints the first 400 or so characters of the string representation of the state. If you print the full state, you can see where the changes are.