What will be output? Python 3 is used)
Anonymous Quiz
18%
1 and ZeroDivizionError
31%
1.0 and ZeroDivizionError
18%
1.0 and -1.0
19%
1 and -1
6%
1.0
9%
1
What languages โโhas Python influenced?
Anonymous Quiz
23%
Julia, Lisp, Perl
39%
C++, Apache Groovy, Ruby
8%
Haskell, F#, CoffeeScript
30%
Go, JavaScript, Swift
What will be the output?
Anonymous Quiz
15%
TypeError: Cannot instantiate typing.Union
32%
Waiting for python 3.9
36%
Python is the best
17%
I am looking forward to the next quiz
What will be the output?
Anonymous Quiz
20%
TypeError
19%
False False
21%
False True
21%
True False
18%
True True
What will be the output?
Anonymous Quiz
26%
TypeError: unhashable type
18%
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
20%
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
9%
It is not possible.
40%
python <module-name>
14%
<module-name>
37%
python -m <module-name>
What should be written instead of EXPRESSION?
Anonymous Quiz
18%
(k, k is None)
37%
(k is not None, k)
23%
(k is None, k)
17%
k
6%
-k