Exercise1 for Introduction to python

 

The Python Interface

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.


Instructions
100 XP
  • Experiment in the IPython Shell; type 5 / 8, for example.
  • Add another line of code to the Python script on the top-right (not in the Shell): print(7 + 10).

Question:01

When to use Python?

Python is a pretty versatile language. For which applications can you use Python?

Instructions
50 XP
Possible Answers

Comments