Write python statements to do the following:
- Store 42 into a variable named theAnswer
- Store 3.14159 into a variable named pi
- Print out the following:
Hello, world!
- Store the following into a variable named joke:
There are 10 types of people in the world. Those that understand binary and those that don't!
See also this FoxTrot comic
- Display on the screen only the first 41 characters of joke.
- Display pi with 3 digits of precision
- Request that the user enter a number, and store that number into a variable name years