Teo_Yanchev

Untitled

Jul 19th, 2020
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. first_num = int(input())
  2. second_num = int(input())
  3.  
  4. first = str(first_num)
  5. second = str(second_num)
  6. for i in range(int(first[0]), int(second[0])+1):
  7. for j in range(int(first[1]), int(second[1])):
  8. for k in range(int(first[2]), int(second[2])):
  9. for l in range(int(first[3]), int(second)):
Advertisement
Add Comment
Please, Sign In to add comment