I am trying to read my Chapter 2 in Python and learn more about pseudocode writing. I would greatly appreciate if someone could assist me. My assignment is to write all lines of my pseudocode as comments immediately after my name and class ID. The programs I have to write is ,
Write a program that prompts the user to enter two integers, both less than 16. The second integer should be smaller than the first. Then calculate and print:
Write all lines of your pseudocode as comments immediately after your name and SPC ID# comment.
This is what I have done so far:
>>>Student Name: Darlene P
>>>SPC ID 123456
Print("Student Name" and "SPC ID")
I am so lost, I been working in my python and I keep getting an invalid syntax error. what am I doing wrong with writing this pseudocode?