python知識點(3)——AI猜數字,經典小題目

# 三、猜數字的AI # # 和猜數字一樣,不過這次是設計一個能猜數字的AI # # 功能描述:用戶輸入一個單位以內的數字,AI要用最少的次數猜中,並且顯示出猜的次數和數字。 # -*- coding: utf-8 -*- """ :author: lihui :website: withlihui.com Let computer guess a number """ while True:
相關文章
相關標籤/搜索