Advertisement
Guest User

Untitled

a guest
Oct 13th, 2015
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MatLab 0.13 KB | None | 0 0
  1. while (true)
  2.     x = input(prompt)
  3.     if (x > 1000)
  4.         print('That shit is way too big, enter a smaller input fgt')
  5.     else
  6.         break
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement