Open ThinkOpenly opened 5 years ago
Among other things, perhaps, change print s to print(s). Google for other issues and tools to help. For example, https://docs.python.org/3/howto/pyporting.html
print s
print(s)
Among other things, perhaps, change
print s
toprint(s)
. Google for other issues and tools to help. For example, https://docs.python.org/3/howto/pyporting.html