Given an integer N, print True if the digits 1, 2, and 3 exist in the integer N else print False.
An integer number
True or False
1213215648765446231356
True
999999999998412
False
94542122212166889798
False
152535
True
You could use the "find()" function in a string.
ID | User | Problem | Subject | Hit | Post Date |
1771 | a109 | 31 | 2025-01-24 15:35 |