What will be output? Python 3 is used)
Anonymous Quiz
17%
1 and ZeroDivizionError
31%
1.0 and ZeroDivizionError
19%
1.0 and -1.0
19%
1 and -1
6%
1.0
9%
1
What languages โโhas Python influenced?
Anonymous Quiz
24%
Julia, Lisp, Perl
38%
C++, Apache Groovy, Ruby
8%
Haskell, F#, CoffeeScript
30%
Go, JavaScript, Swift
What will be the output?
Anonymous Quiz
16%
TypeError: Cannot instantiate typing.Union
31%
Waiting for python 3.9
36%
Python is the best
16%
I am looking forward to the next quiz
What will be the output?
Anonymous Quiz
21%
TypeError
19%
False False
21%
False True
21%
True False
18%
True True
What will be the output?
Anonymous Quiz
26%
TypeError: unhashable type
19%
False False
19%
False True
16%
True False
20%
True True
โ๏ธ pyc - a compiler for Python bytecode, compiling .py code into .pyc code
Which module from python built-in library is used for reading and writing .pyc files?
Which module from python built-in library is used for reading and writing .pyc files?
Anonymous Quiz
43%
pickle
19%
shelve
22%
marshal
15%
copyreg
Inspect python methods.
#python #pythonprogramming #pythoncode #py #programming #inspect #methods #code #pyvideo #follow #education #learn
https://www.instagram.com/p/CEh8y0ygxGG/?igshid=b7njdbrqifhx
#python #pythonprogramming #pythoncode #py #programming #inspect #methods #code #pyvideo #follow #education #learn
https://www.instagram.com/p/CEh8y0ygxGG/?igshid=b7njdbrqifhx
Instagram
Junior Python School
Inspect python methods. #python #pythonprogramming #pythoncode #py #programming #inspect #methods #code #pyvideo #follow #education #learn
How to execute module content as the __main__ module? ๐ฅ
For example, to run code in doctest module ๐
For example, to run code in doctest module ๐
Anonymous Quiz
10%
It is not possible.
40%
python <module-name>
13%
<module-name>
37%
python -m <module-name>
What should be written instead of EXPRESSION?
Anonymous Quiz
20%
(k, k is None)
34%
(k is not None, k)
24%
(k is None, k)
17%
k
6%
-k