Corrupted Wish Game

  • Christian Chat is a moderated online Christian community allowing Christians around the world to fellowship with each other in real time chat via webcam, voice, and text, with the Christian Chat app. You can also start or participate in a Bible-based discussion here in the Christian Chat Forums, where members can also share with each other their own videos, pictures, or favorite Christian music.

    If you are a Christian and need encouragement and fellowship, we're here for you! If you are not a Christian but interested in knowing more about Jesus our Lord, you're also welcome! Want to know what the Bible says, and how you can apply it to your life? Join us!

    To make new Christian friends now around the world, click here to join Christian Chat.
i know plenty of people who have escaped it...and through prayer... i will be asking if you can escape it


.. :D ..
 
I am, but I don't want the homework we're likely to get, so I want to be past the part of working with it
 
cool. Start teaching python, then I can bug you when I'm stuck

i can probaly help you now, once you learn a bunch(of languages) they are all the same- it is all in interpreting the requirement and designing the solution

Where can I find it to download for free?
 
programming

print ('Hello World!')

the brackets show that print is a function

it means you can send any text to that function and it will show it on the screen

the single quotes tell the compiler where the text starts and stops

the compiler always expects to see an even number of single quotes

give it an odd number of single quotes and it has a headache

it is a problem if you want to put a single quote within your text

that is just one simple function

btw - the program keeps in its mind where the current position on the screen is. it displays the text from there.