can someone please tell me the difference between x1=random(10) and x1=[1...10]
I saw a problem on TikTok and I got different results when I did the two versions---random(10) was the one that worked properly
should I default to x1=random(10) or does it depend on the question?