Advertisement
JPHowe

Untitled

Apr 24th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. print("What type of device is it? Phone or Tablet?")
  2. device=input()
  3. if device==str("Phone"):
  4.  
  5. if device==str("Tablet"):
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement