Advertisement
Fhernd

codificacion.py

Jan 15th, 2018
1,074
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1. escritor1 = unicode('Balzac')
  2. escritor2 = u'Balzac'
  3.  
  4. print (escritor1 == escritor2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement