Element - ⇧
- Grade Up
Characters:
⇧
Description
Indices of elements to sort in ascending order / uppercase / increment number twice
Overloads
lst
-graded_up(a)
str
-a.upper()
num
-a + 2
Examples
⟨420|69|1337⟩ ⇧
=⟨1|0|2⟩
⟨⟨420⟩|⟨69⟩|⟨1337⟩⟩ ⇧
=⟨1|0|2⟩
`Heloo` ⇧
=`HELOO`
4 ⇧
=6