fix invalid codeWed, 30 Nov 2022

function scaryPoem() { console.log("There was a young lady named Bright"); console.log("who travelled much faster than light"); console.log("She set out one day"); console.log("in a relative way"); console.log("and came back the previous night"); } scaryPoem()

## Session 3: [selections](http://python-textbok.readthedocs.io/en/latest/Selection_Control_Flow.html) ### Read * [Chapter 5: Selection Control Flow](http://python-textbok.readthedocs.io/en/latest/Selection_Control_Flow.html) * [Chapter 6: Iteration Control Flow](http://python-textbok.readthedocs.io/en/latest/Iteration_Control_Flow.html) * [Chapter 7: Functions](http://python-textbok.readthedocs.io/en/latest/Functions.html) * [Chapter 8: Strings](http://python-textbok.readthedocs.io/en/latest/Strings.html) * [Chapter 9: Lists and Tuples](http://python-textbok.readthedocs.io/en/latest/Lists_Tuples.html) * [Chapter 10: Dictionaries](http://python-textbok.read

Questions about programming?Chat with your personal AI assistant