Advertisement
Guest User

Untitled

a guest
Oct 18th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.30 KB | None | 0 0
  1. def writeTextToFile(zreteny):
  2.     zreteny = STATICKY_TEXT + str(parametr)
  3.     print(zreteny)
  4.     return
  5.  
  6. STATICKY_TEXT = "This is my static text which must be added to file. It is very long text and I do not know what they want to do with this terrible text."
  7. parametr = input("Zadej parametr: ")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement