Spocoman

01. Strange Zoo

Jan 21st, 2022 (edited)
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.19 KB | None | 0 0
  1. first = input()
  2. second = input()
  3. third = input()
  4. reverse = [first, second, third][::-1]
  5. print(reverse)
  6.  
  7.  
  8. Тарикатско решение:)
  9.  
  10. print([input(), input(), input()][::-1])
  11.  
  12.  
Add Comment
Please, Sign In to add comment