diff options
Diffstat (limited to 'python/output/2/2.txt')
-rw-r--r-- | python/output/2/2.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/output/2/2.txt b/python/output/2/2.txt new file mode 100644 index 0000000..4c06a26 --- /dev/null +++ b/python/output/2/2.txt @@ -0,0 +1,4 @@ +``` +Enter a list of numbers: 1 42 73 23 13 15 17 9 65 48 37 11 4 +List of primes: [73, 23, 13, 17, 37, 11] +``` |