Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python Introducing Lists Meet Lists Deletion

Ali AlRabeah
Ali AlRabeah
909 Points

When I type in craigs_lunch = "\N{TACO}" and call on it only a small box shows up. Anyway to fix this?

Using Chrome on 64-bit Windows 7 with AdBlocker disabled for teamtreehouse.

1 Answer

hector alvarado
hector alvarado
15,796 Points

If it's on your machine and not the workspaces, I think it involves the unicode that you might have. May be you can import it or simply use U+1F32E instead of the word.

Hai Phan
Hai Phan
2,442 Points

Is it like this

taco = "\N{U+1F32E}"

but it doesnt work. Can anyone help?