#Python Pop Quiz πβ
What is the output of the following code?
A) {[4,5,6]}
B) 4, 5, 6
C) [4, 5, 6]
D) [4,5,6]
I write, blog, podcast and more about everything #Python
Writing about Python at https://blog.pythonlibrary.org/ and https://pythonpapers.com/
Teaching at https://teachmepython.com/
Podcasting at https://pythonshow.com/
Author of multiple books, including Python 101
Blog | https://blog.pythonlibrary.org/ |
Teach Me Python | https://teachmepython.com/ |
The Python Show | https://pythonshow.com/ |
The Python Papers | https://pythonpapers.com/ |
#Python Pop Quiz πβ
What is the output of the following code?
A) {[4,5,6]}
B) 4, 5, 6
C) [4, 5, 6]
D) [4,5,6]
#Python Pop Quiz πβ
What is the output of the following code?
A) Syntax Error
B) ...
C) Ellipsis
D) None of the above
#Python Pop Quiz πβ
What is the output of the following code?
A) a ['b', 'c']
B) ['a', 'b', 'c']
C) ['b', 'c']
D) None of the above
#Python Pro Tip π
If you use the uv package manager, don't forget to clean up every so often. You may end free up gigabytes of data on your hard drive!
The latest edition of the Python Papers Newsletter is out now!
Learn how to read a TOML document with #Python using the standard library! ππ₯
If you like my #Python content, you might want to check out my Python newsletter.
It's called The Python Papers. You will get at least one email per week with a tutorial, news, a video or perhaps all three!
You can subscribe here: