You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
-
\$\begingroup\$ 77 bytes. \$\endgroup\$Jonathan Frech– Jonathan Frech2017年12月04日 16:14:17 +00:00Commented Dec 4, 2017 at 16:14
-
\$\begingroup\$ Replacing the tabs with two spaces makes this work in python 3 at 83 bytes, although to try it I had to put parentheses in the print statement. You can also replace the return statement with a print statement and not need an auxiliary function to print it; the bytes stay the same. \$\endgroup\$Sam Howard– Sam Howard2018年07月15日 07:05:19 +00:00Commented Jul 15, 2018 at 7:05