Insert Mode
O
Open a new line above
O → new blank line above
1
2
3
4
def greet(name):
msg = "hello, " + name
print(msg)
return msg
-- NORMAL --
Free practice — click the editor, then type. Try
O yourself.Open a new line above
O yourself.