This is for my web design class I need answers to these two
This is for my web design class.
I need answers to these two questions please.
1. What python data type is roughly like a java array?
2. What are the commands to close and save in Emacs? Vi/Vim? How do you enter insert mode in Vim? How do you copy and paste a line in Vim?
Solution
1) you can use list in python . It is similar to array in java.
2) To save: C-x C-s
C-z suspends the emac.
type i to enter the insert mode in Vim
Copy and paste in vim :

