Insert Mode
o
Open a new line below
o → new blank line + INSERT
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 below
o yourself.