I Haz Codes

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Menu
Getting to know you

Enter the code into python below and save it as “getting to know you.py”.

Make the following additions.
– Add two more questions finding out more information. E.g. favourite food and film.
– Display all of their answers on the screen. They should be turned into sentences.

e.g “Your favourite hobby is Snooker.”

name = input("Enter your name - ")
hobby = input("Enter your hobby - ")



Comments are closed.

Information