mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-24 13:31:07 +00:00
Merge branch 'master' of https://github.com/daniel-s-ingram/PythonAlgorithms
This commit is contained in:
commit
070ebb3afc
|
@ -1,7 +1,7 @@
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
||||||
try:
|
try:
|
||||||
xrange #Python 2
|
xrange #Python 2
|
||||||
except NameError:
|
except NameError:
|
||||||
xrange = range #Python 3
|
xrange = range #Python 3
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user