#P109. 123,True or False

123,True or False

題目描述

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

Samples

["1213215648765446231356","999999999998412","94542122212166889798","152535"]
["True","False","False","True"]

提示

You could use the "find()" function in a string.

原始資料

  • Zero1 題號:a109
  • Hydro 題號:Z0109
  • Locale:zh_TW
  • Display:open