Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

04-02-2021-Carpentry-for-HGIS/02_Day_2_Python_GIS/exercise/B0_Exercise_libs #66

Open
utterances-bot opened this issue Mar 16, 2021 · 2 comments

Comments

@utterances-bot
Copy link

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

Copy link

Done. Some answers/hints:
Exercise: Locating the Math Module

  1. use the function that does the opposite of square root
  2. I guess sqrt() is more direct and shorter

Exercise: Locating the right Module

  1. the name of the module is in the first line of the exercise

Copy link

bases = 'ACTTGCTTGAC'
import random
var = random.choice(bases)
print(var)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants