This one’s FOR you

--Originally published at Python & pugs

MTI4OTg2NTkwNDQwNjI1NDI2.gifThis post will go straight to the point , so watch out, lads.

For getting started, you’ll need first to state a list for “For

for

From that list you can print the numbers in it, also whenever you print a number, you can print other Strings, but they have to be inside of it too.

Example:

for2

Besides, you can also print numbers in a range you ask for:

for3

Not only integers, you can also use Strings:

for4