Advertisement
Guest User

Untitled

a guest
Jun 19th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. collectionBook.insert_one({
  2. "nazwa": nameBook.get(),
  3. "autor": tmpIDAuthors,
  4. "rodzaj": typeBook.get(),
  5. "wydawca": str(publisherBook.get()),
  6. "rok publikacji": int(yearBook.get()),
  7. "język": languageBook.get(),
  8. "cena": float(priceBook.get())
  9. })
  10. tmpIDAuthors[:] = []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement