Introfunction
Introduction
When you want to use a package, use import to load it.
In [1]:
Copied!
import uzgeo
import uzgeo
Print function
When you need to use the print function, use it in this way.
In [2]:
Copied!
print("what you want to print")
print("what you want to print")
what you want to print
When you are trying to find the mean of a number sequence, check the example/Mean. You can know that how to use the function.
This package can help you quickly create previewable maps and focus on anywhere in the world. Check the usage of map class in the example.
Conclusion
This package can help you quickly import some practical functions and solve some troublesome mathematical and geographical problems.