Skip to main content
added 161 characters in body
Source Link
Mr. Xcoder
  • 42.9k
  • 9
  • 87
  • 221

Pyth, 116 bytes

These are all equivalent 6-byters:

*F:Q1E *F:E1Q *F%E_S 

Try it online! (*F:Q1E)

Or, 11 bytes, taking input as a string:

*F:.vQ1/Q\! 

Test suite.

Not very happy yet...

Pyth, 11 bytes

*F:.vQ1/Q\! 

Test suite.

Not very happy yet...

Pyth, 6 bytes

These are all equivalent 6-byters:

*F:Q1E *F:E1Q *F%E_S 

Try it online! (*F:Q1E)

Or, 11 bytes, taking input as a string:

*F:.vQ1/Q\! 

Test suite.

Source Link
Mr. Xcoder
  • 42.9k
  • 9
  • 87
  • 221

Pyth, 11 bytes

*F:.vQ1/Q\! 

Test suite.

Not very happy yet...