Home python

Category: python

Related categories

this is the text of the program, the checker generates an error: Y.Contest verdict: compilation-error Traceback (most recent call last): File "/usr/lib/python3.6/py_compile.py", line 125,...
Code: a, b, c = map (float, input (). split ('')) But when checking on the site the following error: Traceback (most recent call last): ...
For example string l = list (range (0,1000000000)) Throw MemoryError because the list is populated with numbers from 0 to 999999999 in addition to the...
Hello, I'm getting acquainted with python and after C++ I absolutely don't understand the principle of using global variables. If you specify global for...

Recent posts