Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. x = input("Write a word which you would like to make up")
  2. y = input ("Write the definition now")
  3. dic_one = { x : y}
  4.  
  5. print(x,"means",dic_one.get(x))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement