Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Python dynamic typing:
- from __future__ import print_function #Compatibilidade func print python 2/3
- Custumer = 1461
- CustumerName = GetCustumerNameById(Custumer)
- Custumer = 'Cefet'
- CustumerId = GetCustumerIdByName(Custumer)
- print (CustumerId, CustumerName)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement