Tell us what’s happening:
I’m not getting the first coding variable on python.
Your code so far
so bad…
# User Editable Region
age = 20
price = 19.95
first_name = "Kelly"
second_name = "Blessing"
is_online = False
# User Editable Region
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36 Edg/100.0.1185.36
Challenge Information:
Learn String Manipulation by Building a Cipher - Step 1