我試圖做一個護理程序,它似乎是出於某種原因我的程序不斷即使它應該循環。它工作得很好,直到1加他youGot變量。不夠的話,那麼:爲什麼我的Python程序不斷循環,即使它應注意什麼?
Lorem存有胡蘿蔔,生態番茄湯。和任何元素LOREM。但是現在生活的笑聲,這是創新的有針對性的執法質量。溫暖的沙拉食譜或悲傷的質量ultricies等。然而,房地產畢業巴基斯坦,其接收宏層。 Dapibus拉克絲eleifend Phasellus油樹。南明智的,誰已經有針對性的足球,足球的質量。 DUIS facilisis facilisis lectus,爲了生命的拉動,很多偉大的事情。
import random
#generate numbers
spinTime = float(random.randint(7, 18))
actualSpin = 0
while(actualSpin != spinTime):
print("""
B 7 @
% # +
$ J & """)
actualSpin += 1
youGot = "Nothing"
print(" \n"*100)
print("""
7 7 7
# $ J
& % & """)
actualSpin += 1
youGot = "7"
print(" \n" * 100)
print("""
7 % 7
B B B
& % & """)
actualSpin += 1
youGot = "Bar"
print(" \n" * 100)
print("""
$ # &
% % %
J J & """)
actualSpin += 1
youGot = "%"
print(" \n" * 100)
print("""
7 + 7
# $ J
# # # """)
actualSpin += 1
youGot = "#"
print(" \n" * 100)
print("""
7 $ %
+ + +
B B + """)
actualSpin += 1
youGot = "+"
print(" \n" * 100)
print("""
7 $ %
& & &
B % + """)
actualSpin += 1
youGot = "&"
print(" \n" * 100)
print("You got a:",youGot)
的有字的最低金額做出後的一點是要確保正確解釋你遇到你已經嘗試解決什麼問題,。 – TigerhawkT3 2015-04-02 19:10:25