Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
import time
print("You are Dan , a 17 year old boy and you just came back from school ")
print("Choose A or B ")
print("A:Turn on Tv | B: Turn off Tv")
User_Input = input("Choose an option: ")
if User_Input.lower() == "a": # tv on
print("You see an ad on tv , that now the neuralink chips are commercially available Proceed to find out more on the Neuralink chip")
time.sleep(1)
print("You research more into the the Neuralink chip and you find that there's two places that you can do it . You can either legally do it through a hospital which costs more or you can do it illegally at a unnamed vendor which is cheaper . go to the hospital or unnamed vendor")
print("Choose A or B ")
print("A:Hospital | B: Unnamed Vendor")
if User_Input.lower() == "a":# hospital
pass
#hannan_edit
if User_Input.lower() == "b": # unnamed vendor
print("The person implanting your chip , makes a mistake in the procedure which has paralysed you. You now can't talk nor move any of your limbs. You are then rushed to the hospital where the doctors and Neuralink researchers try to find a way to help you. You can't continue at school and are now hoping some one finds a solution")
#end program
if User_Input.lower() == "b": # Tv off
pass
print("phone rings")
print("A:Turn on Tv | B: Turn off Tv")
User_Input = input("Choose an option: ")
if User_Input.lower() == "a":
#Ismail_edit
if User_Input.lower() == "b":
#Ahash_edit