Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.25 KB | None | 0 0
  1. input = int(input("Wybierz listę od 1 do 3: ")) - 1
  2.  
  3. mefedron = ["123:456:789".split(":")[input],
  4.             "123:456:789".split(":")[input],
  5.             "123:456:789".split(":")[input],
  6.             "123:456:789".split(":")[input]]
  7. print(mefedron)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement