1516: 【17】判断是否为两位数▁def
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:28
Solved:19
Description
创建一个函数,判断某数是否为两位数。
如果是两位数,则输出“是”;否则输出“否”。
Input
输入一个小于1000的正整数。
Output
输出“是”或者“否”。
Sample Input Copy
11
Sample Output Copy
是