When I type the word in for the first line, the first letter is saved for the second line and nothing is saved for the first line. How do I fix this problem?
Here’s the code: http://pastebin.com/sXLjAvns
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I actually figured this out with a friend. Here is the new source:
http://pastebin.com/GDxJwXxdI fixed it with a
forloop that repeatedly saves the next character and saves it to the string. Then it uses anotherforloop and prints out each character of the string.