Maheen Hannan
Unit 6: Python Programming.
Task 1
Task one is the creation of a Python program based on the scenario given. Task one consists
of a table that made to evaluate and prove that the Python program itself works. There is
also a screenshot of my script that has been completed with added comments on why I
chose specific parts of the code. I also mention a set of variables I have used in the program.
Value entered Expected result Actual result
<0 ‘You have to
enter a number
between 0 and
100’
0 U
20 U
40 E
60 C
80 A
1
, Maheen Hannan
100 A
72 B
56 D
68 C
>100 ‘You have to
enter a number
between 0 and
100’
Words ‘You have to
characters enter a number
between 0 and
100’
2
Unit 6: Python Programming.
Task 1
Task one is the creation of a Python program based on the scenario given. Task one consists
of a table that made to evaluate and prove that the Python program itself works. There is
also a screenshot of my script that has been completed with added comments on why I
chose specific parts of the code. I also mention a set of variables I have used in the program.
Value entered Expected result Actual result
<0 ‘You have to
enter a number
between 0 and
100’
0 U
20 U
40 E
60 C
80 A
1
, Maheen Hannan
100 A
72 B
56 D
68 C
>100 ‘You have to
enter a number
between 0 and
100’
Words ‘You have to
characters enter a number
between 0 and
100’
2