Sobes.tech

Data Engineer

dict1 = { (1, 2), [3, 4, 5] : 0 } var = 1, 2

Middle
186

What is the difference between the operators 'is' and '==' in Python?

Middle
180

What type of typing is used in Python — static or dynamic?

Middle
178

What is the algorithmic complexity of retrieving an element by key from a dictionary (dict) in Python?

Middle
175

What is a variable var, and what is its type?

Middle
173

What magic methods in Python should be considered?

Middle
147

Which command changes file access rights in Linux?

Middle
144

dict1 = {(1,2, [3,4]): 0} var = 1,

Middle
141

Why can't a list be used as a dictionary key?

Middle
138

Have you worked with type annotations? Do you know what they are?

Middle
138

How to join two tables in SQL?

Middle
135