412,991 views
19 votes
19 votes
Can someone help me debug this please

(ik the third print statement under print results is messed up, i already fixed that and the problem is with line 11 where the red rectangle is)

Can someone help me debug this please (ik the third print statement under print results-example-1
User Lucan
by
2.8k points

1 Answer

15 votes
15 votes
Based on what I’m seeing, It seems like in the string of line 11 you’ve put “What is your first item?” When it should be “What is you second item”.

Word of advice: It’s would be best if you write your consent variables in camel case. It’s helps with debugging and over all helps a reader easily understand what your coding.
User Syed Tariq
by
3.2k points