|
Size: 660
Comment:
|
Size: 672
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 7: | Line 7: |
| (a) Start a !ScrumPy session, and make the following assignments: | '''(a)''' Start a !ScrumPy session, and make the following assignments: |
| Line 28: | Line 28: |
| (b) | '''(b)''' |
Practical 1
Part 1 - Exploring Python
Before staring with the exercises, have a look at the python tutorial, here.
(a) Start a ScrumPy session, and make the following assignments:
What do you think the value and type of the following expressions are?
num_type_1/2 num_type_1/2.0 num_type_2/3 5 + 2*10 str_type*4
Control your answers using Python. Any deviations from expected? Why?
(b)
Part 2 - Creating Models