A
A
Andrey Godunko2022-01-06 14:23:50
Python
Andrey Godunko, 2022-01-06 14:23:50

How to check 2 numbers for originality?

a = [2, 2]
How can I check 2 numbers for originality in the minimum number of lines?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Kirill Palchevsky, 2022-01-06
@Noy-name-boy

a[0]==a[1] #True

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question