组卷题库 > 初中信息技术试卷库
试题详情
在Python中输入以下程序:

if int (input ( ) ) %5= =0:

    print("yes")

if int (input ( ) ) %5!=0:

    print("no")

如果输入7,则输出(   )。

A、Yes
B、Print
C、No
D、Else
知识点
参考答案
采纳过本试题的试卷
教育网站链接