+ 9
How can i do to import a class with static metods?
I created one and i want to use his metods without dot. For example i want to call it as x = pow(x, y) and not as x = math.pow(x,y) someone can help me?
1 ответ
+ 11
yes thank's i forgot to write "static"