+ 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?

3rd Sep 2017, 1:02 PM
Davide Mazzeo
Davide Mazzeo - avatar
1 Answer
+ 11
yes thank's i forgot to write "static"
3rd Sep 2017, 3:00 PM
Davide Mazzeo
Davide Mazzeo - avatar