This commit is contained in:
2023-07-02 22:49:18 +02:00
parent b3565c8ef9
commit 75d203cfd5

1
modulo.py Normal file
View File

@@ -0,0 +1 @@
print(len(set([int(input()) % 42 for _ in range(10)])))