[go: up one dir, main page]

0% found this document useful (0 votes)
25 views1 page

If Elif Else Statements

Uploaded by

itern3x tom
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views1 page

If Elif Else Statements

Uploaded by

itern3x tom
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Created by Nichola Wilkin Ltd.

If...elif…else statements
Look at this code:

Complete these programming challenges and save each of them with a


sensible name:

Challenge 1
As the user to enter their name and then ask them to enter a number. If the
number is under 5 display “Hello [name]”. If the number is over 5 display “Hi
[name]” otherwise display “Howdy [name]”.

Challenge 2
Ask the user for their age. If they are 18 or older, tell them “You can vote”. If
they are 17, tell them “You can learn to drive”. If they are 16, tell them “You
can buy a lottery ticket” and for everybody else display the message
“Nobody looks at you strangely if you do a cartwheel in public”.

Challenge 2
Create a python program for this flow diagram:

© Nichola Wilkin Ltd 2019 Page 1


www.nicholawilkin.com

You might also like