6 Answers
New AnswerIt's fascinating how many people want to be programmers, but can't even spell the name of the programming language they're using. It's not like attention to detail is important for programming ...
Carlos Santiago Reina Lesson 10.1 of Python for Beginners is all about printing strings and creating new lines. Your answer is there
Gracias a todos y sobre todo a Rik por su buena onda. Thanks RIK: I was able to do well. A los demas si no van a aportar no comenten. Esto va para Simon.
dot = '.' n =int(input('range for dots')) for i in range(n): print(str(i)+dot+ ' ') with open('file','a+') as f: f.write(str(i)+dot+ ' ')
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message