Richard A

Results 1 issues of Richard A

When I run in my lang variable cart = [] variable item = usrinput() while item != 1 then variable cart = cart + item variable item = intinput() show(cart)...