0

Why am i getting a syntax error from this?

print "%d. Filled form" % (total - times)

2nd May 2019, 9:22 AM
Sai
Sai - avatar
3 Antworten
+ 3
Python 2 is deprecated, drops your current Python 2 learning materials.
2nd May 2019, 2:48 PM
Gordon
Gordon - avatar
0
playground is python 3, your code is python 2. put () in it.
2nd May 2019, 2:08 PM
Nopparuj
Nopparuj - avatar