Dein Suchergebnis zum Thema: "...<b

How does multiply of a character and a number work with HOF like map, filter…? – Page 2 – Computer Science – Snap! Forum

https://forum.snap.berkeley.edu/t/how-does-multiply-of-a-character-and-a-number-work-with-hof-like-map-filter/5029?page=2

I am obsessed with codification from SNAP to Python. Now I came along on multiplying a character c with a number n, which is possible in Python. It returns in python just n times the concatenation of this character wit…
I bet 90% of the time Lispians write (- 0 a b c), if they use >2 inputs at all.

I have 3 columns and I need to report 1 based on my input – Help with Snap! – Snap! Forum

https://forum.snap.berkeley.edu/t/i-have-3-columns-and-i-need-to-report-1-based-on-my-input/1857

Hello, I am struggling with my homework. When I click "get column [#] from[data]" its suppose to report a single column based on what number i put in. Every time I click the "get column" it shows me the entire data tabl…
If i put in 2 (get column [2] from [data]) its suppose to show me only column b.