Advertisement
Guest User

Untitled

a guest
Mar 28th, 2020
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. numbers = input().split()
  2. command = input().split()
  3.  
  4. while command[0] != 'End':
  5. if command[0] == 'Switch':
  6. pass
  7. elif command[0] == 'Change':
  8. pass
  9. elif command[1] == 'Negative':
  10. pass
  11. elif command[1] == 'Positive':
  12. pass
  13. elif command[1] == 'All':
  14. pass
  15.  
  16.  
  17. print(numbers)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement