diff --git a/python-temel/sample.random.py b/python-temel/sample.random.py new file mode 100644 index 0000000..4a87a40 --- /dev/null +++ b/python-temel/sample.random.py @@ -0,0 +1,4 @@ +import random + +b = random.sample(range(1, 50), 6) +print(b)