> Of course there is another way! > > Just use # in front of your favourite block separator. > > I'm too lazy now to search the archives on who first suggested this, > but it works: > > def something(x): > #{ > return x > #} > > Thank you.