Practicals Manual - U of T Physics

The first line of this program assigns world to a variable named what. The next line then prints hello, followed by whatever the variable named what is set to, world in this case. The Python interpreter executes the lines of this “program” in order. Today we will wish to have Python execute some lines of the program over and over again. ................
................