On 24/10/2013 06:57, ivantham@raspberrypi wrote:
> Hi, I'm new to programming. I'm using python 3 and Debian Linux. My
> name is Ivan. I'm bad in for loops, I can't complete the following code:
Welcome to Python, and to the tutor newsgroup. This is the right place
to ask this sort of question.
Hi, I'm new to programming. I'm using python 3 and Debian Linux. My
name is Ivan. I'm bad in for loops, I can't complete the following code:
> input_word = input("Word to translate --> ")
How to change this to for loops?
> a, b, c, d, e, f, g, h = 1, 2, 3, 4, 5, 6, 7, 8