Repo Root
Lesson Slides
Exercises
Exercises (solutions)
Review Slides
Review Exercises
Review Exercises (solutions)
- Getting input from user
- Data type conversion
- Type checks
- Integer - whole number
- Float - fractional/decimal number
- Boolean - True/False
- Character - single letter, number, punctuation, symbol, etc
- String - Multiple characters.
- Examples: words, sentences, password
- Built-in Python Functionality
input()
- Function for accepting user inputint()
- Convert to an integer data typefloat()
- Convert to a float data typebool()
- Convert to a boolean data typestr()
- Convert to a string data typetype()
- Function for checking the type of data
- Log into WiFi network.
- CTRL + ALT + T to open terminal.
cd ~/tech-mentorship-2425
(remember to press TAB to autocomplete)git stash
gh repo sync
jupyter lab
git stash