BoboTheFlyingSheep67
Thanks!
U r welcome
I don't usually like text language.
Ten wut langu du wu loik?
What is the question?
↑ BOLD WORDS
It's a language I do not know.
Oki then
What does the word oki mean?
Thanks!
U r welcome
I don't usually like text language.
Ten wut langu du wu loik?
What is the question?
↑ BOLD WORDS
It's a language I do not know.
Oki then
What does the word oki mean?
If you need help, please contact our Help and Support team.
#Free Trophy Giver 3.0
import time
trophies = 0
while z > -1:
x = raw_input("How many trophies do you want each day?\n\n")
while x <= 0:
x = raw_input("How many trophies do you want each day?\n\n")
y = raw_input("For how many days?\n\n")
while y <= 0:
y = raw_input("For how many days?\n\n")
z = 0
while z != y:
time.sleep(86400)
trophies += x
z += 1