Skip to main content

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.

Required fields*

4
  • \$\begingroup\$ You can use a single space for the indent level to save bytes. Also, you do not have to do both methods, just one or the other, so you can remove the default parameter. \$\endgroup\$ Commented Apr 4, 2016 at 0:58
  • \$\begingroup\$ Oh damn didn't notice notepad was making my tab into 4 spaces, and sure thing i'll restrict it to one, Thanks. \$\endgroup\$ Commented Apr 4, 2016 at 1:00
  • \$\begingroup\$ If you make this a program by changing the first line to a,b=input(), you can remove the indent. \$\endgroup\$ Commented Apr 4, 2016 at 6:29
  • \$\begingroup\$ @xnor Thanks, only saves 1 byte but it's not ugly anymore! \$\endgroup\$ Commented Apr 4, 2016 at 7:40