Exercise1 for Introduction to python
You can also use the IPython Shell interactively by simply typing commands and hitting Enter. When you work in the shell directly, your code will not be checked for correctness so it is a great way to experiment.
5 / 8
, for example.print(7 + 10)
.Python is a pretty versatile language. For which applications can you use Python?
Comments
Post a Comment