Advertisement
Dmitry_Dronov

umnozhenie_string

Nov 24th, 2014
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.06 KB | None | 0 0
  1. word1 = IN[0]
  2. word2 = IN[1]
  3.  
  4.  
  5. word = (word1)*word2
  6. OUT = word
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement