Home python

Category: python

Related categories

Hello. Given a dictionary {'2.3': , '4.9': , '4.7': , '3.5': , '2.4': , '3.17' : , '4.8': , '3.6': } It is necessary to...
What happens when you call if __name__ == "__main__": ? # Threading example import time, thread def myfunction (string, sleeptime, lock, * args): while 1: ...
There is a dictionary: d = {'a': '1', 'b': '2', 'c': ' 3 '} is the line: stroka = 'a3a2c' If a string element is among...
Put an iterator for every 10 values ​​a new line: if i == 10: ls.append ( n) Error: ls.append ( n) ...

Recent posts