Choose another name coding?

I just tested it out and it’s working. Make sure whatever you have in your input code matche what you have in your if/elif/else code.

input What’s Your First Name?|What’s Your First Name?|Done(FIRSTNAME)

if (FIRSTNAME is “Giana”) {

It won’t work if these two things do not match. (example, if you have NAME vs FIRSTNAME)

4 Likes