mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
Upd of print func to py3 syntax
This commit is contained in:
@@ -87,8 +87,8 @@ Let's see what we got exactly:
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
print 'Buyers: ', buyers
|
||||
print 'Prices: ', prices
|
||||
print('Buyers: ', buyers)
|
||||
print('Prices: ', prices)
|
||||
|
||||
::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user