Guest User

Untitled

a guest
Jan 23rd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.18 KB | None | 0 0
  1. import random
  2.  
  3. while(True):
  4.     first = raw_input("Please enter first")
  5.     last = raw_input("Please enter last")
  6.  
  7.     s = random.randint((int)(first),(int)(last))
  8.  
  9.  
  10.     print s
Add Comment
Please, Sign In to add comment