Open utterances-bot opened 3 years ago
https://the-magnificents.github.io/04-02-2021-Carpentry-for-HGIS/02_Day_2_Python_GIS/exercise/B0_Exercise_libs.html
Done. Some answers/hints: Exercise: Locating the Math Module
sqrt()
Exercise: Locating the right Module
bases = 'ACTTGCTTGAC' import random var = random.choice(bases) print(var)
Working with libraries — Python essentials for GIS learners
https://the-magnificents.github.io/04-02-2021-Carpentry-for-HGIS/02_Day_2_Python_GIS/exercise/B0_Exercise_libs.html