Mini Game!!!

by cswin in Circuits > Software

508 Views, 2 Favorites, 0 Comments

The Command for "if"

The command for "if" is,
"if ____ == "____":.

Let's Get Started!!!

This is the set up code.
Copy the code:

import time

time.sleep(2.5)
print("A voice whispers into your ear.")
time.sleep(3.7)
print("Hello, chosen one!")
time.sleep(1.8)
choose = input("Do you take the challenge pick strawberry's? [yes/no]: ")

if choose == "no":
print("No?")
time.sleep(1.5)
print("DIE!!!")
time.sleep(1.7)
print("Ho no!!!")
time.sleep(1.3)
print("Your game crashed!!!")
time.sleep(1.1)
quit()

if choose == "yes":
print("That's my boy,")
time.sleep(2.1)
print("now go and pick strawberry's!!!")

Thank You

2015 11:40.jpg
2015 11:40.jpg
Thank you for:
Reading and learning,
With me!!!

If you want the next part,

Just leave a like and comment,

I will make the next part if I have 2 likes and 3 comments.

By by!!!