simbax

powiel.py

Dec 28th, 2012
6,477
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.17 KB | None | 0 0
  1. # coding=utf-8
  2. # Program wczytujący pewien napis i wyświetlający go 30 razy w osobnych liniach
  3. napis = raw_input("Napisz coś: ")
  4. napis = 30*(napis+"\n")
  5. print napis
Advertisement
Add Comment
Please, Sign In to add comment