Advertisement
pacho_the_python

Untitled

Feb 12th, 2022
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.10 KB | None | 0 0
  1. test = input().split(" ")
  2.  
  3. print(test)
  4.  
  5. test2 = list(map(int, input().split(" ")))
  6.  
  7. print(test2)
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement