Open utterances-bot opened 3 years ago
https://the-magnificents.github.io/04-02-2021-Carpentry-for-HGIS/01_Day_1_Unix_Shell/excercises/B8_Exercise_Conditionals.html
grade = 85 if grade >= 90: print('grade is A') elif grade >= 80: print('grade is B') elif grade >= 70: print('grade is C')
Conditionals — Python essentials for GIS learners
https://the-magnificents.github.io/04-02-2021-Carpentry-for-HGIS/01_Day_1_Unix_Shell/excercises/B8_Exercise_Conditionals.html