mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-04-17 03:07:35 +00:00
Update min-cost-string-conversion.py
This commit is contained in:
parent
6abab54c2b
commit
0deb227705
@ -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…
x
Reference in New Issue
Block a user