Anthony Attard

Results 4 issues of Anthony Attard

The following solution does not work: ``` class ReverseStringAlt(object): def reverse_string_alt(string): if string: return string[::-1] return string def reverse_string_alt2(string): if string: return ''.join(reversed(string)) return string ```

needs-review

Is there a way to set the default URL that is loaded when Helium is launched?

If you believe this belongs in a separate repo let me know.

Does anyone know of any templates that are stylistically similar to Deedy?