(<-) Short circuit
String repetition (->)
Strings
- String repetition
- String slice (instead of substr)
- Change a string
- How to change a string
- String copy
- String functions and methods
- index in string
- index in string with range
- rindex in string with range
- find in string
- in string
- Triple quoted strings (multiline)
- raw strings
- while loop
- Infinite loop
- break
- continue
- Break out from multi-level loops
- for-in loop on strings
- Exercise: Number guessing game
- Exercise: MasterMind
- Exercise: Count unique characters
- Solution 1 for Number Guessing
- Solution for Number Guessing (debug)
- Solution for Number Guessing (move)
- Solution for Number Guessing (multi-game)
- Solution: MasterMind
- Solution: Count unique characters