Guest User

Untitled

a guest
Jul 15th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. from classes import classPrint
  2. objeto = classPrint.printar()
  3. print(objeto.b)
  4.  
  5. import classGerar
  6. objeto = classGerar.Gerar()
  7. class printar():
  8. b = objeto.a
Add Comment
Please, Sign In to add comment