This activity is designed to help you learn how to use python to write a program that uses and stores data in variables.
As well as learning how to debug syntax errors, so far we’ve looked at how to do input and output in python. The next step is to learn how to store the data that’s been input and use it as part of the output. That’s where variables come in handy.
Contents:
Page 1: Intro
Page 2: The theory: learn what you need to know as fast as possible.
Page 3: Try it: try out and adapt some working python code snippets.
Page 4: Debug it: Learn how to find and fix common mistakes.
Page 5: Extend it: Choose a project idea to use your newfound python skills.
please check chalenge one :
print(“Hello ” + name + ” an!” )
(it still gives me an error!)
Replace the ” an!” with “!” and you should be OK 😀
need help with line 7 where do you put the second + food + ? in the line
Hello,
Try printing food + “? I love ” + food + “!”