DEV Community

Discussion on: Daily Challenge #88 - Recursive Ninjas

Collapse
 
gk profile image
Gaurav Kamath • Edited

Python

chirp = lambda n : '-'.join(['chirp']*n) + '.'

how do i syntax highlight? :(