JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Gallery
Tyre Pressure with starter code
Share
Explore
Gallery
Tyre Pressure with starter code
Tyre Pressure with starter code
The Task
Python Starter Code
Code Clips
Python Starter Code
Loading…
Copy and paste the code below into your
main.py
file before you begin the task.
# blank line
print
(
'\n'
)
# INPUT
# read value, convert data type, assign to a variable
tyrePressure
=
int
(
input
(
'Please enter the tyre pressure: '
)
)
# PROCESS and OUTPUT
# condition: 'the tyre pressure is 7' is it a true statement
if
tyrePressure
==
7
:
# conditional message output
print
(
'OK, the tyre pressure is correct'
)
#end if
Gallery
Share
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
Ctrl
P
) instead.