-
Notifications
You must be signed in to change notification settings - Fork 564
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with XML exercise, Chapter 3 #6
Comments
@AJVicens Thanks for reporting this! Can you let me know what version of Python and what operating system you are using so I can try replicating? I'm glad you found a way -- good experimentation! 👍 |
Updated. Sorry about that! |
No worries at all! My Macbook is at home, so I will try it there first. What was the response when you simply printed |
Sorry for my delay. It was that nothing happened. Given my noob-ness, it could be that I was just doing something wrong. I can try to run through that issue again soon and update the issue. |
Hi there, Following up with this -- it works for me in IPython on 2.7.6. If you have time, can you try running it in IPython and see if you get the same results? You can install with pip or conda install ipython. Let me know how it goes and thanks again for your help! :) -kj |
Hello,
I was working through the exercises and had a problem when I tried:
(pages 57-61). It wouldn't list the elements in the list. I ended up writing a
for loop
to get it to look like the example in the book (bottom of page 60, top of page 61):Not sure if I did that correctly or efficiently, but this worked!
Thank you for writing the book.
Edit:
Python version:
Thanks!
The text was updated successfully, but these errors were encountered: