I know this sounds a bit strange, but I can't decide which method is more efficient:
Method 1:
- Type the quotes first, then go back and fill them in
- For example:
1. print()
2. print("") (use back arrow)
3. print("Hello world") (use back arrow again)
- This way you don't forget to end the quotes or parentheses.
Method 2:
- Just type as you go along
- This method is simpler but decreases the chance of accidentally forgetting to end quotes
Method 1: - Type the quotes first, then go back and fill them in - For example: 1. print() 2. print("") (use back arrow) 3. print("Hello world") (use back arrow again) - This way you don't forget to end the quotes or parentheses.
Method 2: - Just type as you go along - This method is simpler but decreases the chance of accidentally forgetting to end quotes