Design a "simple" interactive Python TryIt editor.
Design using pencel and paper. For example:
The examples below are very fancy. Keep your editor simple. (For example, no colored text.)
Note: There are many TryIt editors on the web. Take a look to get inspired.
Code the TryIt editor you designed in Project #1.
(See Python GUIs
)
Now that you have a working TryIt editor, modify it so other things could be "Tried Out". In other words you enter some instructions (commands?). Press "go" and something happens.