from Hacker News

Software Engineer-To-Be, That's Me. You, too?

by kfadler on 8/17/13, 7:53 AM with 1 comments

  • by ulisesrmzroche on 8/17/13, 9:55 AM

    Since you mentioned you may need help on syntax errors, here's what I found. You forgot to close the parentheses on your first sentence/line-of-code.

    print(‘"I have no business being in this class."

    That's going to bomb if you were to run it, and sadly, depending on the language, it may be entirely too cryptic.

    What are you thinking of having as your first language?