denisemauldin


Member since 06/03/2016

1 snippets

1096 profile views

0 Comment(s) Posted

View their favorites

their Tags


Profile

Achievement

first submission:submitting first snipplet

denisemauldin's Recent SnippetsTagged array



« Prev 1 Next »
arr[::-1] does a list slice to reverse the array str(x) for x in arr[::-1] casts the ints in the array as strings map(str, arr[::-1]) does the same thing by using map to cast the ints " ".join() joins the resulting strings with a space
1 926 posted 7 years ago by denisemauldin
« Prev 1 Next »